View Single Post
Old 09-30-2008, 09:53 AM   #4
kermitology
It's not easy being green!
 
kermitology's Avatar
 
Join Date: Oct 2001
Location: In the tubes to Vancouver Island
Exp:
Default

Quote:
Originally Posted by llama64 View Post
Where you put your code files is really a matter of preference, but I recommend putting them in your home directory. I tend to use "/home/%user%/dev".

IDE: Eclipse or Netbeans. Either is great. Netbeans is closer to emulating a Visual Studio feel, but Eclipse is much more powerful.

I will usually drop Eclipse into it's own directory in my home folder "~/dev/eclipse" because I tend to experiment with different configurations of Eclipse.

I typically use the built in servlet engines but here is a guide for setting Tomcat up independently: http://developer.apple.com/internet/java/tomcat1.html

The biggest utility I'd recommend learning is either PERL or shell scripting (BASH). This is where OSX's biggest advantage comes to play. Windows still has a shoddy console (everything is backwards! )

Oh, if you end up needing to use SVN, I highly recommend learning the console commands for it. Every graphical interface for SVN I've found on OSX is awkward or frustrating. I miss TortoiseSVN!
I would also vote eclipse.. As for SVN, I think there is a plugin for SVN use within eclipse. It makes your life so easy.
__________________
Who is in charge of this product and why haven't they been fired yet?
kermitology is offline   Reply With Quote