Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.
Cookies serve as a facility for servers to send information to a
client. This information is then housed on the client, from which
the server can later retrieve the information. In this article, we will
study the concept of saving client state with cookies using Java
Servlets. Ill walk you through an end to end example where you will store
and retrieve data using cookies. Discuss this Article!
This chapter has been leading us gently through the JavaServer Faces technology. More importantly, in it, Budi teaches ushow to write an online survey application to get a feel for how this great technology works. This chapter prepares you for the next chapters by introducing the JSF Application Programming Interface (API) and the Application Configuration file. This excerpt comes from chapter two of JavaServer Faces Programming, by Budi Kurniawan (McGraw-Hill/Osborne, ISBN 0-07-222983-7, 2004). Discuss this Article!
We continue with part two of Chapter 2 of Introduction JavaServer Faces Programming, by Budi Kurniawan (McGraw-Hill/Osborne, ISBN 0-07-222983-7, 2004). This section deals with the ActionListener and Component Tree, as well as validation and navigation for your JSP pages. This chapter prepares you for the next chapters by introducing the JSF Application Programming Interface (API) and the Application Configuration file. Discuss this Article!
This chapter gently introduces the JavaServer Faces technology. More importantly, it teaches you how to write your first JSF application to get a feel for how this great technology works. In addition to the sample chapters, this chapter prepares you for the next chapters by introducing the JSF Application Programming Interface (API) and the Application Configuration file. This excerpt comes from chapter two of JavaServer Faces Programming, by Budi Kurniawan (McGraw-Hill/Osborne, ISBN 0-07-222983-7, 2004). Discuss this Article!
Today, Budi walks us through a refresher and brief overview of server JSP programming. Today's portion covers JavaServer Pages (JSP), with a thorough overview of JavaBeans and Tags. This excerpt comes from chapter one of JavaServer Faces Programming, by Budi Kurniawan (McGraw-Hill/Osborne, ISBN 0-07-222983-7, 2004). Discuss this Article!
Today, Budi walks us through a refresher and brief overview of server JSP programming. Today's portion covers Servlet technologies, including servlets and Tomcat. This excerpt comes from chapter one of JavaServer Faces Programming, by Budi Kurniawan (McGraw-Hill/Osborne, ISBN 0-07-222983-7, 2004). Discuss this Article!
The gzip format is the de facto standard compression format in the UNIX and Linux worlds. In a previous Dev Shed article titled Zip Meets Java, Kulvir demonstrated how to use the java.util.zip package to programmatically manipulate files in the ZIP format. In this article, well cover how to use the java.util.zip package to create and read files using the gzip format. Discuss this Article!
The ZIP file format has become extremely popular for the distribution and storage of files... The java.util.zip package allows for the programmatic reading and writing of the ZIP and GZIP formats. As youll see in this article, the API for reading and writing ZIP files is pretty straightforward to use... In this article, Ill take you through a Java program that creates of a ZIP file and also walk you through another Java program that unzips the file we created. Discuss this Article!
April 2004'sPLUG
IN is now out! This month, we feature an interview with sci-fi
actor turned author, Wil Wheaton, about his life, blog,
and Dancing Barefoot. Also in the magazine: J2EE & .NET,
rescue disks, what x86-64 means to you, and more. GET
YOUR COPY -PLUG IN,
TODAY!
»Quick Introduction to PHP 5 in: Zend
»Processing Command Line Options with PERL in: Perl
»File Management with PHP in: PHP
Get This For Your Site!
»Improved Input Validation in: ASP.NET
»Code Snippets: Counting Records in: Database Code
»Sequential Numbering and Counting of Records in: Database
Get This For Your Site!
»Creating NextPrev Link in Cold Fusion in: Cold Fusion