Log in to follow, share, and participate in this community.
Thread WildFly swarm add-on fails
WildFly swarm add-on failsHi Forge experts, I'd like to build a wildfly swarm project using Forge. I've been following the tutorial https://forge.jboss.org/addon/org.jboss.forge.addon:wildfly-swarm However when executing the project, it see...
Dependency to use AbstractJavaEECommandHi all! I need to extend the org.jboss.forge.addon.javaee.ui.AbstractJavaEECommand to create a custom Forge 3.X Add-On. I've added to my pom.xml the following dependency, still it fails to compile: <dependency&g...
Developing a simple Add-onHi all, I'd like to develop a basic add-on which will let me customize my web application web.xml by including automatically security constraints, taken from user input. So far I've found an example which adds librar...
Thread How to use Forge 3.3.2.Final jpa-generate-entities-from-tables ?
How to use Forge 3.3.2.Final jpa-generate-entities-from-tables ?Hello, $ jpa-generate-entities-from-tables --jdbc-url jdbc:mysql://localhost:3306/estadoscidades?useSSL=false --user-name root --user-password mysql --hibernate-dialect org.hibernate.dialect.MySQL5InnoDBDialec...
Login on angularjs with Forge ScaffoldHello, I'm using Forge to create my project j2ee with angularjs. I need to use a login .... without leaving the self-generation structure ( "scaffold"), how should I proceed? I tried both the way the basic(native) a...
Thread options for jpa-generate-entities-from-tables
options for jpa-generate-entities-from-tablesHow do I see the current list of options for a specific version of jpa-generate-entities-from-tables ? I am running forge 2.20.1.Final from a windows command line using jpa-generate-entities-from-tables --databaseT...
Does Roaster support method body parsing?Hi, Can Roaster parse a method body ? For example to check variable declaration and change them or modifying the body of a For statement? Thank you for your time, Guilherme Andrade
Thread How to reach a method defined inside another method with Roaster?
How to reach a method defined inside another method with Roaster?Hi, I'm trying to change the body of a method but the problem is Roaster can't reach the method (when I print all methods, it's not present). To be more precise I am trying to modify the body of onIabSetupFini...
create a jhipster like addonsHello, I would like to use a framework to create a singe page web application.http://www.codeproject.com/Articles/761202/Single-Page-Web-Applications-using-AngularJS I tested several RAD framework and for me ...
What are the limitations of setBody?Hello, I'm trying to put text into a method body using setBody(String s) but all I get is null when I print getBody of the same method. Does this method has limitations such as parameter size or some charact...
Java configuration options for Forge?Are there Java configuration options for creation, such as for persistance? Our team was looking at using Forge, but we prefer all Java config. Is this something that is under consideration if it's not ava...
command-completion is slowhi there, my command-completion in the forge console is insanely slow. if i type e.g. "comm" <TAB> it takes 2 seconds to complete the command or make suggestions. it is barely useable. my system is windows 7 6...
use standalone forge from eclipse?i would like to use the standalone forge installation from within eclipse so i dont have to install plugins twice etc. is it possible to do so from within eclipse? I see no configruation. thanks, daniel
Where is the documentation?I just stumbled upon JBoss Forge and get the impression that it is a great tool for Java EE-Development. However, I had to notice that the documentation on the website mainly consists of tutorial (which are partly ou...
Thread Is it possible to use Roaster in Javascript?
Is it possible to use Roaster in Javascript?I am making a site where you paste Android Java code and click submit and then I make some changes in the submitted code and return it to the user in another test box, how can I use Roaster to help with the modificati...