On Fri, 2003-07-25 at 10:22, Adam Jessop Ravitch wrote: > Just a quick question, does anyone have any experience developing J2EE > on linux? What IDE and tools would you recommend using? Is there a way > to do it completely with open source software? Thanks for any > information you might have.
First get the j2se[1] and j2ee[2] sdks at java.sun.com. For IDEs check out netbeans[3] and eclipse[4]. I've only just started toying with netbeans but it seems capable. Eclipse I really like. You'll also need to learn ant[5], if you don't already know it. I also have a special place in everything I do for vim[6]. Corey 1. http://java.sun.com/j2se/downloads.html 2. http://java.sun.com/j2ee/sdk_1.3/ 3. http://www.netbeans.org/ 4. http://www.eclipse.org/ 5. http://ant.apache.org/ 6. http://www.vim.org/ ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
