I am developing application based on the NetBeans platform. I use Maven to build it and I need to provide IDE features in my app (text editing, syntax highliting for XML files and so on).
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I am developing some application on NetBeans Platform 6.9.1 with Maven. I have Netbeans Platform Application created from maven artefact. I need to depend on Java Source API, because my application is
I\'m currently trying to use FileChooserBuilder from Netbeans Platform API. Following code is complete netbeans module action. When run, it doesn\'t show at the center of window/screen but somewhere i
Im about to start a project for the Netbeans platform. Anyone recommend books or tutorials that they have used and found useful?
Just started a project that involves a rich client implemented in Netbeans Platform (NBP), Spring framework is chosen to implement business logic and for data access. Since I\'ve come from a web appli
In a typical client/server application, the client needs to be implemented with a RCP, which happens to be Netbeans Platform in this case. There will be 2 scenarios of data access in the application:
I\'ve made a plugin for NetBeans which parse a Java fil开发者_JS百科e and generate 2 files. I\'m writting it to the disk with standard operations (i.e., normal java.io.File). It works, but it takes a
We are developing a commerical application (pretty complex) in java using Netbeans IDE. We have 2 options in netbeans to create it-
I am looking into the NetBeans platform for devel开发者_开发知识库oping desktop applications. I am a complete newbie in it. I understood till now the module architecture. Now I want to do some GUI wor