Can you suggest me a fast Swing IDE [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Currently I am using Netbeans to develop applications in Swing, but Netbeans is very very slow. Can anyone suggest me a comprehensive Swing development GUI like Netbeans but lightweight
Thanks

Programmatically: MigLayout
Visually: jVider

You can also have a look at JFormDesigner.

Related

Backend Play Framework, what for frontend? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to use as a backend the play framework. However, I have only experience with primefaces && richfaces && jsf2.0. What would you choose as a good frontend framework, especially for rapid prototyping?
I appreciate your answer!
There was a long discussion about this on the play framework mailing list recently that you might find interesting: https://groups.google.com/d/topic/play-framework/IKdOowvRH0s/discussion

JsPerf-like site for Java? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for a site like JsPerf but for Java. Is it possible to compile code in applet and then immediately run it (I guess there may be some security problems)?
Try out Rextester.com for executing java code online. Looks better than its alternate Ideone in terms of interface & is also free of ads.

Java open source DMS framework [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone recommend good java open source DMS framework?
Thanks,
aviad
Considered Alfresco, OpenKM and Knowledgetree.
I choose Knowledgetree because it has DMS centric approach. IMO it is the most suited DMS solution for handling document repository needs along with a well defined method.

java WebServices Tutorial [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to learn concepts of WebService and like to implement with Java. Please point me a good tutorial for this.
http://download.java.net/maven/2/com/sun/jersey/jersey-documentation/1.0.3/jersey-documentation-1.0.3-user-guide.pdf
Its very easy and good pdf to know overview of RESTFUL...
It covers much many concepts.... :)
http://java.sun.com/webservices/reference/apis-docs/index.jsp
All the tutorials/references/apis/docs from sun about web services

Available NetBeans tools for JavaServer Faces (JSF/Facelet) support [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Which NetBeans plug-ins or tools would you recommend for JSF development?
I would say "NetBeans" :)
As far as I know, NetBeans offers a native support of JSF development. So, I don't think you need additional plugin, no?

Categories