Feeds:
Posts
Comments

Archive for January, 2009

XML

DocumentBuilder   :  Defines the API to obtain DOM Document instances from an XML document.
DocumentBuilderFactory :    Defines a factory API that enables applications
to obtain a parser that produces DOM object trees from XML documents.
SAXParser   :  Defines the API that wraps an XMLReader implementation class.
SAXParserFactory :    Defines a factory API that enables applications to
configure and obtain a SAX based parser to [...]

Read Full Post »

struts app

http://www.javapassion.com/handsonlabs/strutsexamples/#Exercise_2
http://www.feb.uni-sofia.bg/www/SUN/Java/basicstruts/index.html
http://www.developer.com/java/ent/article.php/2107401
http://www.javapassion.com/strutscodecamp/
http://www.roseindia.net/struts/struts-dispatch-action.shtml

Read Full Post »

java links

Installation Notes for java:
————————–
http://java.sun.com/j2se/1.3/install-windows.html#Environment – installation notes fro java.
threads:
——–
http://forum.java.sun.com/thread.jspa?threadID=597388&messageID=3500454
Comparator :
—————–
http://www.onjava.com/pub/a/onjava/2003/03/12/java_comp.html?page=2
Collection Framework:
———————-
http://www.digilife.be/quickreferences/PT/Java%20Collections%20Framework.pdf
http://java.sun.com/docs/books/tutorial/collections/index.html
Exceptions:
————-
http://marxsoftware.blogspot.com/2008/02/java-exceptions-checked-versus.html
http://www.onjava.com/pub/a/onjava/2003/11/19/exceptions.html
http://www.artima.com/designtechniques/desexcept4.html
 Design Patterns:
——————
http://www.javacamp.org/designPattern/

http://www.allapplabs.com/java_design_patterns/ General

———
http://www.tech-faq.com/j2ee.shtml
http://www.roseindia.net/java/beginners/oop-in-java.shtml
http://javaquestion.tripod.com/InterviewWithAnswer.html
http://www.geekinterview.com/Interview-Questions/J2EE/Core-Java
www.roseindia.net
Question/Doubts :
—————–
http://www.sap-img.com/java/do-you-have-a-java-question.htm

Read Full Post »

Log4j

URL reference
http://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/log4j/log4j.html
http://logging.apache.org/log4j/1.2/manual.html

Read Full Post »