I donot have much Idea about the .NET, If you are looking for a Famework that gives the facility of code-behind you can make use of jakarta-struts. Which uses the Java, Servlets, JSP, XML and JSP Tag library to the best use. I think it is as good as .NET
code-behind means, that you can program it like a "normal program". You define the layout and in "another file" (not really, but...) you define your reaction on events.
like:
<asp:button .... bla bla
and in the "code-behind" you have things like
void button1_onClick(...) {
// do something
button1.caption="....";
}
It`s a really "small" explanation, but I hope you understand what I mean. (see code-behind --> .NET).
Is there something like this in Java/JSP or is there such a web application framework, or such a thing?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.