Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Extend the power of JSP with JSTL
- JSTL is a specification for custom tag libraries, providing tags for conditional structures, iterating, internationalization, and manipulating HTTP, XML, and SQL. Learn how this emerging standard will affect the next version of Java Server Page.Java Server Page JSP has been the cornerstone of Sun's Web presentation architecture for the last...
- Tags: Scripting languages, Programming languages, Middleware, JSTL, Henri Yandell, JSP standard Tag Library, JSP, Java Server Page, Java, Jakarta Project, Java server
- Technical articles 2002-09-10
Additional Resources
- Developing JSTL-Like Tags With JSP 2.0
- JavaServer Pages JSP and JSP Standard Tag Library JSTL provide many useful tags also known as actions for Web developers. In addition, JSP 2.0 has two APIs, called Classic Tags API and Simple Tags API, that allows the user to build custom tags/actions. The former API was inherited from JSP...
- Tags: JSP, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- White papers
- MSDN Webcast: ASP.NET 2.0 User and Custom Control Development for JSP Tag Library Developers (Level 300)
- This webcast discusses migrating JavaServer Pages JSP to Microsoft ASP.NET 2.0. Because of the differences between JSP custom tags and Microsoft .NET Web user controls, a set of support classes that emulate JSP custom tag processing are created during conversion. Those classes are the base of converted JSP custom tag...
- Tags: Developer, Microsoft Developer Network, Webcast, Microsoft ASP.NET, JSP, Microsoft Corp., Microsoft ASP.NET 2.0, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- Webcasts
- Creating JSP 2.0 Tag Files
- Tag files are one of the most important new additions to JavaServer Pages JSP technology, allowing Web developers to build libraries of custom tags with the JSP syntax. The JSP tag files are translated into Java code automatically by the JSP container through the same process that transparently produces Java...
- Tags: JSP, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- White papers
- Using the JSP 2.0 EL API
- The JSP 2.0 Expression Language EL is a much-needed feature for Web developers who want to build scriptless JSP pages. It was designed as a part of the JSP Standard Tag Library JSTL 1.0, and then JavaServer Pages JSP 2.0 adopted and enhanced the EL. In its current form, the...
- Tags: JSP, JSP 2.0 Expression Language, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- White papers
- MSDN Architecture Webcast: ASP.NET 2.0 User and Custom Control Development for JSP Tag Library Developers (Part 2 of 2) (Level 200)
- The format of the directive in both languages is similar. There are differences between Java Server Pages JSP custom tags and Microsoft .NET Web user controls. The .NET Web user controls are a set of support classes that emulate JSP custom tag processing, and are created during conversion. Those classes...
- Tags: Developer, Microsoft Developer Network, Java Server, Webcast, Microsoft ASP.NET, JSP, Microsoft ASP.NET 2.0, Java, Scripting Languages, Middleware, Programming Languages, Software Development, Software/Web Development, Web Development, Enterprise Software, Software
- Webcasts
- 10 JSP tag libraries no programmer should be without
- One of JSP's most overlooked features is its ability to work with reusable code blocks, aka "tag libraries", to add new functionality to a JSP application. These tag libraries, declared using XML-type markup, provide ready-to-use widgets that can easily be integrated into a JSP page; they're also a useful way...
- Tags: JSP, Programmer, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- Download resources 2007-06-25
- Unified Expression Language for JSP and JSF
- This paper explains the unified Expression Language EL, which has been added to the JavaServer Pages Standard Tag Library JSTL specification in order to overcome problems when integrating the JavaServer Pages JSP EL with the JavaServer Faces JSF EL. The expression language provides a way to simplify expressions in JSP....
- Tags: JavaServer Faces, JSP, Expression Language, Java, Scripting Languages, Programming Languages, Software Development, Software/Web Development, Web Development
- White papers 2006-03-07
- Web Tier to Go With Java EE 5: Summary of New Features in Java Standard Tag Library (JSTL) 1.2
- The maintenance release of the Java Standard Tag Library JSTL 1.2 also contributes significantly to the Java EE platform. First, JSTL is now part of the Java EE 5 platform. This means that a person does not need to bundle JSTL with his or her web applications anymore. If a...
- Tags: Web, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-02-01
- Almost Portlets
- The Java Server Pages JSP Controls Tag Library shows that it is not necessary to switch to a component web framework to develop and use web components. Creating componentized event-driven applications with a sensible approach to Ajax is totally possible with good old JSP technology. Bulletproof backward compatibility with older...
- Tags: Portlet, Web, Java Server, JSP, Java, Channel Management, Scripting Languages, AJAX, Middleware, Programming Languages, Software Development, Software/Web Development, Marketing, Web Development, Internet, Web 2.0, Enterprise Software, Software
- White papers 2006-05-04
- 10 JSP tag libraries no programmer should be without
- JSP Controls looks staleCurrent release for JSP Controls is listed as 0.6, with 1.0 listed on it's roadmap as being planned for 'summer 2006'. Obviously, that didn't happen. No public announcements listed since 2005. Is this project still alive?
- Tags: Scripting languages, Java, edh.tr@..., JSP, JSP Controls
- Discussion threads 2007-06-28
- Reading the News With Sun's RSS Utilities
- Sun's RSS utilities were created by Rodrigo Oliveira under contract from Sun as a simple JSP tag library for the manipulation of RSS. RSS stands for "Really Simple Syndication" and is used for the distribution of newsfeeds and podcasts. RSS feeds are merely XML files based on a version of...
- Tags: Sun Microsystems Inc., ATOM, RSS, Internet
- White papers 2006-03-21
- 10 JSP tag libraries no programmer should be without
- This blog entry is also available as a TechRepublic download.One of JSP's most overlooked features is its ability to work with reusable code blocks, aka "tag libraries," to add new functionality to a JSP application. These tag libraries, declared using XML-type markup, provide ready-to-use widgets that can easily be integrated...
- Tags: Application Development, Javascript, Programming
- Blog posts 2007-06-25
- Populate Web forms with JSP and XML
- One of the coolest thingIm Searching for such a cool programmatic approach to parse xml document.Nice article, simple to understand the concept...and one more need for meI need to parse a xml file and display it in jsp and edit a particular element and how to save it as xml...
- Tags: Scripting languages, Java, Web, alexburno@..., Web Forms, XML, JSP
- Discussion threads 2007-10-17
- Web Tier to Go With Java EE 5: Summary of New Features in JSP 2.1 Technology
- The main theme for the Java Platform, Enterprise Edition Java EE 5 is ease of development. The platform's web tier contributes significantly to ease of development in two ways. First, the platform now includes the Java Standard Tag Library JSTL and JavaServer Faces technology. Second, all the web-tier technologies offer...
- Tags: Web, Platform, Sun Microsystems Inc., Web Application, JSP, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-02-01
- Using the Domino JSP Custom Tags: An Approach to Portalizing Domino Applications
- This paper discusses the Domino JSP custom tag libraries and gives a broad understanding of how to build and integrate portlet applications by using the Domino JSP custom tags. It provides an overview of the key technologies, including J2EE, WebSphere Portal, and Lotus Domino. It then provides an in-depth look...
- Tags: Portlet, JSP, IBM Lotus Domino, IBM Corp., E-mail Servers, Groupware, Enterprise Software, Software
- White papers 2004-12-01
- An introduction to JSP 2.0's tag files
- Need to get up to speed on JSP basics? Then download our free quick start guide to JavaServer Pages. Free registration required.ColdFusion developers have been using custom tagsextensively for quite a long time. There is a very simple reason for this—inCFML, they are extremely easy to write! JSP custom tags...
- Tags: Scripting languages, Java, Andrew Grant, JSP
- Technical articles 2004-06-01
- JXMLPad (zip)
- JXMLPad is a pure Swing java component/framework for editing XML/XHTML document. It includes Syntax coloration (tag, string, entities), document Syntax completion from the current location for tag and entities using DTD + XML Schema + RelaxNG, look-and-feel plug-in, customizable action toolbar, customizable coloration for tags, attributes, namespaces, real-time Syntax error,...
- Tags: JXMLPad, XML, Software/Web Development, Web Development
- Software downloads 2006-12-23
- Building Database-Driven Applications With JSF
- JavaServer Faces JSF is the long-awaited standard Java technology for creating Web-based user interfaces. This paper explains how to build JSF forms, validates the form data with JSF, implements JSF actions that access the database, and presents the SQL result sets with JSF. A relational database can be updated and...
- Tags: JavaServer Faces, Java, Programming Languages, Software Development, Software/Web Development
- White papers
- New Technologies for Ajax and Web Application Development: Project jMaki
- Project jMaki gives a simple way to include Ajax-enabled widgets in the web applications. (Ajax is a technology that includes but is not limited to Asynchronous JavaScript and XML.) The jMaki technology does this by allowing to wrap widgets in a JavaServer Pages JSP technology tag handler or a JavaServer...
- Tags: JavaServer Faces, Web Application, JSP, AJAX, Java, Scripting Languages, Internet, Software/Web Development, Web Development, Web 2.0, Programming Languages, Software Development
- White papers 2006-11-01
- << Previous
- page 1 of 1
- Next >>