madhur abc

Greenhorn
+ Follow
since Feb 05, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by madhur abc

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

thanx
madhur
my profile | register | search | faq | forum home

� 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

madhur
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

madhur
21 years ago
JSP
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