Hi,
I am a .NET developer and I am working on creating a template for my
intranet & internet application. We do have both .NET and Java (J2EE)
application. I have created User controls which all the .NET
programmers can use in there application, but I am not sure what to do
for Java application? Is there is any user control concept exists in
Java? Can anyone please direct me to any documentation or sample sites?
Thanks for your help.
Thanks,
Jay
Manish Pandit - 30 Oct 2006 20:30 GMT
Hi,
JSP Tag-libraries are pretty close to user controls. There is a good
set of pre-built tags available as a part of JSTL and Struts-tag
library, and you can even create custom tags if need be.
http://java.sun.com/products/jsp/taglibraries/
-cheers,
Manish
jaydev - 30 Oct 2006 21:24 GMT
Thanks Manish. I will read this and let you know.
> Hi,
>
[quoted text clipped - 6 lines]
> -cheers,
> Manish