|
Hi,
I wonder if you can help me im currently learning
jsp and servlets.
I have created an application and i use servlets
for any complex data processing which is fine. But to produce my front end
code im not sure what will be the best practice, i have created a bean that will
produce a table containing some complex DHTML.
At the moment the bean simply outputs a string
which contains the table but this means that to change the presentation i have
to edit the bean. I have thought about getting the bean to create XML then
getting it to merge this with an XSLT but this could pose problems as the DHTML
is complex.
Can i use custom tag libs such as below to process
the table ? and would this be a good practice ?
<custag:loop>
<tr><td>title:</td><td><custag:title/></td></tr>
</custag:loop>
Thanks,
Nic
|
- System.getProperites() causing exception... Shuja Nawaz
- Re: System.getProperites() causing e... Danny Rubis
- Re: Newbie Question Poornima Visvesvaran
- Re: Newbie Question Sol Christopher Gipulan
- Re: Newbie Question Mark Galbreath
- Newbie question Lefter, Cristian
- Re: Newbie question Mark Galbreath
- Re: Newbie question erik morton
- Re: Newbie question Lefter, Cristian
- Re: Newbie question Mahesh Davendran
- Newbie question Nic Jackson
- Newbie question Andy Engle
- Newbie question (slight correction) Andy Engle
- Re: Newbie question (slight correction) Milt Epstein
