Reputation: 1743
my company runs a site that primarily has its backend logic coded in Perl. It works fine but ultimately we are headed to something Java driven. I do plan on studying this and would like to start setting up a Java environment on another server in our company so when the time comes I at least have a headstart. Does anyone have a recommendation on where to begin? Just interested in generalities now. JW
Upvotes: 0
Views: 1148
Reputation: 9582
You need J2EE
http://download.oracle.com/javaee/1.4/tutorial/doc/
Java Tutorial
http://download.oracle.com/javase/tutorial/
General Java Stuff
http://www.oracle.com/technetwork/topics/newtojava/overview/gettingstarted-jsp-138588.html
http://www.oracle.com/technetwork/articles/javase/webapps-1-138794.html
About the Class Path
http://kevinboone.net/classpath.html
Upvotes: 0
Reputation: 26874
What are you planning to study? All Java or just the web service extensions?
If you come from Perl, I must suggest you starting from "hello world" with a Java cookbook, then you can start moving towards web services after a while. Another good book about web service is what you might need.
Finally, when beginning to build the web service, I suggest you two things:
I don't know how to propose to move this question to Stackoverflow, because you can find LOTS of answers there
Upvotes: 1