-
1. Re: [forge-users] Who wants to review a tutorial on "Creating and testing a command that creates Java code" ?
alwad Mar 4, 2015 8:51 AM (in response to Antonio Goncalves )If I can help
-
2. Re: [forge-users] Who wants to review a tutorial on "Creating and testing a command that creates Java code" ?
jyothiprasadb Mar 4, 2015 8:53 PM (in response to Antonio Goncalves )I would be interested as well. Please give me access to add comments.
-
3. Re: [forge-users] Who wants to review a tutorial on "Creating and testing a command that creates Java code" ?
jastrachan Mar 5, 2015 3:25 AM (in response to Antonio Goncalves )looks good. the test cases uses this line -
ShrinkWrap.create(AddonArchive.class)
I wasn't sure where to import it from. Should it be this?
ShrinkWrap.create(ForgeArchive.class)
-
4. Re: [forge-users] Who wants to review a tutorial on "Creating and testing a command that creates Java code" ?
Give me your email adresses so I can add them to the Google Doc
Antonio
2015-03-04 12:34 GMT+01:00 Antonio Goncalves <antonio.mailing@gmail.com>:
Hi all,
We are working on a set of tutorials on "How to create and test a new
command" so new comers can contribute better in an easier way. There are a
few JIRAs here about this topic :
https://issues.jboss.org/browse/FORGE-2231
This first tutorial is very basic but it allows answering a few bunch of
questions, and show "reasonably easy" code :
https://issues.jboss.org/browse/FORGE-2232
The tutorial is for now in a Google Doc document and we will need a couple
of external eyes to review it :
>
https://docs.google.com/document/d/11Y-zcl2-fp-Kxdq1wq8gM37_AUeWX6SQiYV65d7H5es/edit?usp=sharing
>
Anybody interested ? We would give you write access to the document so you
can change it, annotate it and question it.
Thanks
--
Antonio Goncalves
Software architect and Java Champion
Web site <http://www.antoniogoncalves.org/> | Twitter
<http://twitter.com/agoncal> | LinkedIn
<http://www.linkedin.com/in/agoncal> | Paris JUG
<http://www.parisjug.org/> | Devoxx France <http://www.devoxx.fr/>
--
Antonio Goncalves
Software architect and Java Champion
Web site <http://www.antoniogoncalves.org/> | Twitter
<http://twitter.com/agoncal> | LinkedIn <http://www.linkedin.com/in/agoncal>
| Paris JUG <http://www.parisjug.org/> | Devoxx France
-
7. Re: [forge-users] Who wants to review a tutorial on "Creating and testing a command that creates Java code" ?
omniprof Mar 6, 2015 2:44 PM (in response to Antonio Goncalves )I'd be interested in trying the tutorial from the perspective of someone who has never used Forge and who had to look it up to find out what it does. I do teach EE so I will understand what it trying to do