Wednesday, April 20, 2005

The Ultimate JSP Tabs!

The Ultimate JSP Tabs!: "The Ditchnet JSP Tabs Taglib provides an incredibly simple toolkit for adding rich, sophisticated tabbed-pane GUI components to web-based user interfaces. The Tabs Taglib combines the powerful features of DHTML, Java, and JSP to allow you to create web-based tabbed interfaces that behave in a manner remarkably similar to what you would expect from a rich client toolkit like Java Swing.
The Tabs Taglib utilizes JavaScript and DHTML to respond to client-side, user-initiated events, while leveraging JSP and the Servlet API for rendering the tabbed components and persisting the state of individual selected tabs.
This means that the Tab components respond to user events without annoying round-trips to the server, but still manage to persist their state in the user's session -- accessed through the Servlet API's HttpSession. So the Tabs respond and repaint immediately but effortlessly persist their state!"

No comments:

Post a Comment