http://javarevisited.blogspot.com/ - read articles in archives
http://javarticles.com/ - example based articles
Monday, April 29, 2013
Tuesday, April 23, 2013
Java Tutorials
http://www.mkyong.com/webservices/jax-ws/jax-ws-hello-world-example/
-note compile with javac -d, to create directory structure matching package. then execute in parent folder of 'com' java com.mkyong.endpoint.HelloWorldPublisher
-note compile with javac -d, to create directory structure matching package. then execute in parent folder of 'com' java com.mkyong.endpoint.HelloWorldPublisher
Monday, April 22, 2013
Servlets v. CGI
Servlets are thread-based while CGI is process (forked) based.
http://en.wikipedia.org/wiki/Java_Servlet
http://en.wikipedia.org/wiki/Java_Servlet
Friday, April 5, 2013
Subscribe to:
Posts (Atom)