The NetBeans (Rich Client) PlatformThere will always be a place in the world for rich client applications - there are some problems a web browser simply cannot solve. Usability is often a source of competitive advantage. Rich clients offer more ways to make software easy to use. Think about it - would you rather use mp3.com or iTunes? Most desktop applications have common requirements - menus, document management, settings and so forth. Nobody enjoys writing menu code or setting storage code. With the NetBeans Platform, you don't have to. Just write modules to implement what you need, bundle them up with the NetBeans Platform, and you have a beautiful, branded, cross-platform application. The NetBeans Platform is pure 100% Java and will run anywhere there is a compatible JVM. NetBeans-based apps are write-once, run-anywhere.
The NetBeans Platform is an application runtime - a "generic large desktop application." It offers, for desktop apps, the same advantages J2EE architecture brings to the server:
And if you need custom functionality or components, the Platform is built to be flexible.
Include what you need, leave out what you don't. |









