Posted on 07:06 Hrs,February 16th, 2008 by admin

XML (eXtensible Markup Language) is a set of syntax rules and guidelines for defining text-based markup languages. XML languages have a number of uses including:
Read the rest of this entry »

Posted on 07:54 Hrs,February 11th, 2008 by admin

Servlets and JSP the J2EE Web Tier is designed for developers of all levels. The book assumes a reader is familiar with HTML and the basics of Java. The book starts by covering how to installing a Servlet/JSP environment and what is in the JSP 2.0, Servlet 2.4, and JSTL 1.0 specifications.
Read the rest of this entry »

Posted on 17:38 Hrs,January 8th, 2008 by admin

XML Programming: Web Applications and Web Services with JSP and ASP provides a fast-moving introduction to the XML family of technologies for programmers.
Read the rest of this entry »

Posted on 07:02 Hrs,January 8th, 2008 by admin

Java servlets are more efficient, easier to use, more powerful, more portable, safer, and cheaper than traditional CGI and many alternative CGI-like technologies.
Read the rest of this entry »

Posted on 06:58 Hrs,January 8th, 2008 by admin

This chapter provides a quick introduction to some of the things an HTTP servlet can do. For example, an HTTP servlet can generate an HTML page, either when the servlet is accessed explicitly by name, by following a hypertext link, or as the result of a form submission.
Read the rest of this entry »

Posted on 16:17 Hrs,January 4th, 2008 by admin

JavaServer Pages (JSP) and servlets are important parts of Sun’s J2EE (Java 2 Platform, Enterprise Edition) architecture. JSP is a specification that defines interfaces that servlet-container vendors can implement to provide developers the ability to create dynamic Web pages, which are files with the extension .jsp.
Read the rest of this entry »

Posted on 12:05 Hrs,January 4th, 2008 by admin

Let Beginning JSP 2 be your guide as you begin using JSP. This comprehensive guide starts by steering you through your first JSP application. It reviews HTML, and provides you with a useful overview of JSP. You’ll then be ready to start learning one of the core techniques in JSP: pulling data from a database and working with that data.
Read the rest of this entry »