A
Andrew Thompson
I need to store a custom ImageProperties class
for photos (location, date, F-stop etc..).
I would like to save it as XML (I may
consider a DB eventually, but want to
learn more about XML, this is my way
of doing it) and use a web-based form
to display and edit the data.
It seems that every time I read a thread
mentioning forms, Struts or similar tag
libraries are suggested, but when I looked
further into the tag libraries they all
seemed to stress how they made .jsp's
simpler, there was never mention of
servlets.
Can the tag-libraries be called/used
from servlets? (Or do I misunderstand
the strengths of tag-libraries)
What is the best way to approach this
Object <-> XML <-> web-form transformation
using servlets?
for photos (location, date, F-stop etc..).
I would like to save it as XML (I may
consider a DB eventually, but want to
learn more about XML, this is my way
of doing it) and use a web-based form
to display and edit the data.
It seems that every time I read a thread
mentioning forms, Struts or similar tag
libraries are suggested, but when I looked
further into the tag libraries they all
seemed to stress how they made .jsp's
simpler, there was never mention of
servlets.
Can the tag-libraries be called/used
from servlets? (Or do I misunderstand
the strengths of tag-libraries)
What is the best way to approach this
Object <-> XML <-> web-form transformation
using servlets?