Posted by: ScottW, VP of Dev
« on: July 13, 2006, 05:39:27 PM »These are the kinds of questions I wish I had a firm answer for. It would make my job as product manager a lot easier. So, I read articles and try to keep up with as many development trends as possible.
I did a lot of Java development before I came to SlickEdit. Some of my initial work was done in Swing, and I really like the Swing API. However, it has always been a bit slow. I think that most Java projects are oriented toward the web and are using JSP, Struts, JFaces, etc. rather than Swing or AWT. Eclipse has created SWT, which is a smaller, faster UI framework.
I think you'll find that Swing is a great way to write a quick application for the desktop.
--Scott
I did a lot of Java development before I came to SlickEdit. Some of my initial work was done in Swing, and I really like the Swing API. However, it has always been a bit slow. I think that most Java projects are oriented toward the web and are using JSP, Struts, JFaces, etc. rather than Swing or AWT. Eclipse has created SWT, which is a smaller, faster UI framework.
I think you'll find that Swing is a great way to write a quick application for the desktop.
--Scott