You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we (soon) got us a nice pastebin app - big deal, there are already lots of them. What do we do to set us apart? Some plugin ideas:
A library of tutorials, code-examples etc. for the average Java/Java EE/Spring developer.
A library of important specs with full-text-search (where applicable), bookmarks and tagging
Try out your Java/Groovy/Clojure webapps on an embedded Wildfly - Select your pastes that contain compilation units, run instantly, see errors, fix, profit. Will need many restrictions concerning the class/file layout, entities etc.
Clone/Check out VCS and browse the code. Select interesting snippets, save and tag them. Ever hated browsing code on github? We can do that better.
Instant compile and embedded deploy for maven or gradle war archetype projects with a fx-pastebin plugin deployment description (in-memory-DS must be used).
REPL-mode for Clojure. Try out Ring, Compojure etc. on Wildfly, save your produced REPL Clojure code for future reference.
Syntax check for Java/Groovy/Clojure/XML and whatnot.
The text was updated successfully, but these errors were encountered:
For most of these plugin ideas, we would have to make a clear distinction between local and shared content. VCS clones, for example, should be stored locally, just the snippets extracted from the code should be stored on the server.
In the client, we could make clear this distinction by having a shared part, which we implement right now, and a local part with private pastes and additional plugin functionality.
So we (soon) got us a nice pastebin app - big deal, there are already lots of them. What do we do to set us apart? Some plugin ideas:
The text was updated successfully, but these errors were encountered: