[java ee programming] Xml parsing and Validation using Apache commons digester library

2010-02-10 Thread sk
I am using Apache commons Digester library to parse a large xml file. I am not sure how to set up xml validation using digester and my schema file. Can I get some reference /sample code to set this up Thanks -- You received this message because you are subscribed to the Google Groups Java EE

[java ee programming] Lab 4104:Exercise 2

2009-05-03 Thread sk
I am having problem with Lab4104 exercise 2. I have build the application as per the steps provided but am getting java.lang.IllegalStateException. The Stack Trace is as follow. Anybody having similar problem? StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces

[java ee programming] Advanced Struts: Not sure about use of plug-in's

2009-03-14 Thread sk
I am going through the Advanced Struts notes where plugin's are discussed. I am not sure why the things which are discussed as getting done in init() and destroy() method of the plugin's(like initializing and closing the application wide database) cannot be done using contextListeners. I think