Complete Beginners Guide to Participating
As you might have seen in the project description, one of the goals of this project is to provide a demo of how to create a simple JEE web application. So if you are new to this project this page provides some information of how to get started.
Tools
Some tools you willneed:
- NetBeans >= 6.7
- Glassfish Application Server v.2 (bundled with Netbeans)
Get Source
To get oridexa the ebst way is to log in to kenai via Netbeans. You can check out the source code and Netbeans should offer you the possibility to open the downloaded projects.
Next, there might be a notice that you should create a database which Oridexa can connect to, easiest solution should be to create a derby database.
After you have done that you should be able to start the Oridexa project. You should see a login page. To actually log in you need to create a user in the application server. Usually that can be done via admin interface which can be found:
http://localhost:4848
Standard login there is admin/adminadmin, if that wasn't changed yet. There you should add a user in the file realm, for ease of use the first user should have all roles:
adminGroup, managerGroup, userGroup.





