How to Develop Naked Object Applications in NetBeans IDE
Join the DZone community and get the full member experience.
Join For Free
- The classic Ant approach suggests that you define a Naked Object library and then create a normal project that uses it. This approach requires a little longer setup time but reduces the normal working cycle and generates a simpler set of artifacts. As a drawback, the tutorial only shows how to generate the drag'n'drop interface.
- The Maven approach lets you start very quickly, but generates six different projects and the build cycle is somewhat slower. On the other hand, you get the web interface for free. You can also follow this advice to slighly reduce the time required to start the application.
As you are in no way bound to the above UIs, there is also a project to generate a user interface based on the NetBeans Platform.
Integrated development environment
application
Object (computer science)
NetBeans
Opinions expressed by DZone contributors are their own.
Comments