JavaServer Pages (JSP)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Articles
  

Articles:
  • Invoking JavaServer Pages (JSPs) from MIDlets by Qusay H. Mahmoud   - [Clicks: 10]
    In this article, I will show you how MIDlets can interact with JSP-based enterprise systems by walking you through an example. First, however, I will discuss the HttpConnection interface, which can be used for establishing HTTP connections.
    http://www.onjava.com/pub/a/onjava/2001/12/05/wirelessjava.html - Dec, 2001
  • Writing JSPs in XML using JSP 1.2 by Stephanie Fesler   - [Clicks: 11]
    This article explains why writing JSPs in XML syntax is helpful, and the syntax these documents use. Refer to Hans Bergsten's article, JSP 1.2: Great News for the JSP Community: Part 1, to read about other additions/changes in the JSP 1.2 specification.
    http://www.onjava.com/pub/a/onjava/2001/11/28/jsp_xml.html - Nov, 2001
  • JSP 1.2: Great News for the JSP Community, Part 2 by Hans Bergsten   - [Clicks: 8]
    In this article I have described JSP 1.2's most important new features, fine-tuning, and clarifications. I have also showed you examples of how to use the new stuff and what to watch out for. You're now ready to try it out on your own. I suggest you download Tomcat 4.0 and play around with it to see how you can best take advantage of JSP 1.2 in your own application.
    http://www.onjava.com/pub/a/onjava/2001/11/07/jsp12.html - Nov, 2001
  • JSP 1.2: Great news for the JSP Community, Part 1 by Hans Bergsten   - [Clicks: 10]
    This article will cover all of the new stuff the specification group has cooked up and show you how to use the new features. Most of the changes apply to programmers and container developers, so this article assumes you're a Java programmer familiar with the JSP 1.1 specification. If you're primarily a page author, I'm afraid there's not much of interest for you in this article, but rest assured that you will benefit from JSP 1.2's more powerful custom tag libraries, more efficient containers, and better portability between containers.
    http://www.onjava.com/pub/a/onjava/2001/10/10/jsp.html - Oct, 2001
  • JSP Security for Limiting Access to Application-Internal URLs by Jamie Jaworski   - [Clicks: 10]
    While Java is a great language for building secure Web applications, careful attention to locking your application's interface is required to ensure success. In today's column, I'll cover a technique that I use to design and build simple JSP applications that provides some security benefits.
    http://www.onjava.com/pub/a/onjava/2001/06/27/java_security.html - Jun, 2001
  • Personalize your Website with skins by Brian R.J. Heumann   - [Clicks: 18]
    You can give your users control over your Website's look and feel by exploiting user profiles and factoring out key visual design elements into skins. This article demonstrates a basic skin server and shows how you can use that server to begin personalizing your JSP-based Website.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-06-2001/jw-0629-skins.html - Jun, 2001
  • Designing JSP Custom Tag Libraries by Sue Spielman   - [Clicks: 13]
    In this article you'll learn: what a custom tag library is, why you want to use a custom tag library, the composition of a tag library, and how to build and use a complete library.
    http://www.onjava.com/pub/a/onjava/2000/12/15/jsp_custom_tags.html - Apr, 2001
  • Add the power of asynchronous processing to your JSPs by Tarak Modi   - [Clicks: 19]
    Applications based on message-oriented middleware (MOM), such as Java Messaging Service (JMS), tend to be more scalable than those based on remote procedure call (RPC) middleware, such as RMI. But that added scalability does not come for free. Because it forces the developer to think in a discontinuous and unnatural mode, asynchronous programming is inherently more complex than synchronous programming. In this article, Tarak Modi shows how to bring the power of JMS to JavaServer Pages developers who are excellent at content development but not interested in the intricacies of asynchronous programming.
    [Create custom JSP tags to use with JMS. Includes source code]
    http://www.javaworld.com/javaworld/jw-02-2001/jw-0209-jms.html - Feb, 2001

[Top]