java - What is a JSP tag? -
I am coming from a .NET background and am trying to learn Java. I'm looking for references to tags and tag handlers, etc.
Is there a similar .net build?
Yes & lt;% ...% & gt;
The tag that you get for the jsp tag is similar to the tag handler RUNAT = "SERVER"
attribute, you can add it to many HTML tags, except they go a lot and you Allow to create custom tags according to your needs. For example, you can create a tag named "DATETIMEHERE" when it only returns the date / time.
Example
& lt; Span class = "SomsCSSClass" & gt; & Lt; DATETIMEHERE / & gt; & Lt; / Span & gt;
You can create custom widgets in ASP.NET MVC and do some very easily as tag handlers.
Comments
Post a Comment