Connecting Tech Pros Worldwide Forums | Help | Site Map

A bit urgent please help me

Newbie
 
Join Date: Feb 2007
Posts: 29
#1: Apr 12 '07
Hello
i am having a small problem in servlets
Actually whats the problem we are facing is
we need to convert the document file to html format using java servlets
after uploading the document file it should be saved in document format as well as html format
such that while viewing html format can be used
so please guide me towards the necessary solution
and plese give me the related coding
thanqqqqq

JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Apr 12 '07

re: A bit urgent please help me


Implement the Builder pattern where your builders are, say, DocBuilder and
HTMLBuilder. The last builder can be implemented as a JSP of course.

kind regards,

Jos

ps. we don't serve boilerplate code.
Newbie
 
Join Date: Feb 2007
Posts: 29
#3: Apr 12 '07

re: A bit urgent please help me


Quote:

Originally Posted by JosAH

Implement the Builder pattern where your builders are, say, DocBuilder and
HTMLBuilder. The last builder can be implemented as a JSP of course.

kind regards,

Jos

ps. we don't serve boilerplate code.

can u plz describe it briefly
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#4: Apr 12 '07

re: A bit urgent please help me


Quote:

Originally Posted by prakashsurya

can u plz describe it briefly

Google for "builder pattern" and you'll know everything just must know about
this pattern.

kind regards,

Jos
Reply