In the next weeks, starting with this post, I will demonstrate how easy and pleasant is to develop applications with Parancoe.
First demonstration! :) How difficult is to start a new project with Parancoe? No difficult at all. Install Maven and type the following command:
mvn archetype:create -DarchetypeGroupId=org.parancoe \
-DarchetypeArtifactId=parancoe-webarchetype \
-DarchetypeVersion=2.0.1 \
-DgroupId=com.mycompany \
-DartifactId=testApp \
-DpackageName=com.mycompany.testapp
It will generate a new complete project ready for your next development. I repeat, complete, the new application is already working, you can build and deploy it on your application server and use it. You'll see a simple layout, administrative tasks, debug information in page (when deployed in development mode), user authentication and authorization, user management.
With a good IDE :) the start-up task is even easier. Watch this my previous, still valid, screen-cast.
Don't miss to read the new Parancoe Reference Guide, both in HTML and in PDF.
Have fun!
No comments:
Post a Comment