hi! i have created a XML Document in a servlet .the servlet is called by an application through URLconnection and streams i need to pass the Document object to the client. but the troubl is that Document is not serializable . how do i serialize the Document and deserialize at the Client
� You are not logged in. Login or register JavaRanch Big Moose Saloon � Java � JSP � class doesn't complie
hi can some one tell me which jar file i ahave to include to compile my tagehandler class i have included the common\lib\servlet.jar but it says package javax.servlet.jsp.tagext does not exist i amusing tomcat 4.1.12
hi can some one tell me which jar file i ahave to include to compile my tagehandler class i have included the common\lib\servlet.jar but it says package javax.servlet.jsp.tagext does not exist i amusing tomcat 4.1.12
hi how do i convert my relational database to XML document with a DTD the database table has columns like companyid,name,etc. r there any tips or rules for converting or i just convert column names to tags with body in the XML madhur