Similar Articles |
|
JavaWorld December 2000 Thomas E. Davis, Craig Walker |
Take control of the servlet environment, Part 2 Implement a wrapper that gives you greater control over session management. Session state can be stored in the browser, in the server's memory, or in the database. You can have all three solutions at your fingertips, painlessly interchangeable... |
JavaWorld April 2002 Michael Juntao Yuan & Ju Long |
Track wireless sessions with J2ME/MIDP Every e-commerce application must support session tracking. Unfortunately, MIDP, a J2ME technology, supports only the standard HTTP protocol, which is stateless. This article explores ways to add session support into the current MIDP network API framework... |
JavaWorld November 2000 Thomas E. Davis, Craig Walker |
Take control of the servlet environment, Part 1 The ever-popular servlet cleanly and simply develops and deploys Web-based applications. However, although Java is platform independent, the Web as a whole is not. The language and the servlet API do not provide such niceties as optional session-persistence schemas (i.e., store in memory, in a database, or in a cookie), and they don't easily accommodate ad hoc solutions to shortcomings in cookie handling. To handle such issues, Thomas Davis and Craig Walker have developed an unobtrusive framework, an invisible layer between your servlets and the servlet engine, that gives you greater control over the environment. |
PC World March 26, 2001 Dennis O'Reilly |
Three Tools That Make Cookies More Palatable Some Internet cookies are helpful, some are harmful. These three tools help you distinguish friend from foe... |
JavaWorld April 2002 Sonal Bansal |
A recipe for cookie management Client-side HTTP state management is important for creating Java applications that need to interact with Web applications like browser-based email or online banking services. This article presents a cookie library for robust and easy client-side HTTP state management in Java... |
Linux Journal August 2000 Reuven M. Lerner |
At the Forge Session Management with Mason. This Perl-based web helper and MySQL work together to let you quickly build a user registration system for your web site. |
PC Magazine September 2, 2003 Warren Ernst |
Making Cookies Despite their bad press, cookies are a good way to personalize a visitor's experience at your site. We show you how to start using them. |
New Architect April 2002 Al Williams |
A Cookie by Any Other Name Is it safe to use cookies again? |
JavaWorld April 2001 Kelly Davis & Robert Di Marco |
Manage distributed sessions Using RMI and the Proxy API introduced in JDK 1.3, this article describes a technique that allows one or more servlet servers to maintain session information on one or more session servers. By adopting this architecture, no single point of failure will exist for session management... |
Linux Journal April 2000 Nalneesh Gaur |
Assessing the Security of Your Web Applications An outline of key test areas to identify security issues in a web application and provide measures to minimize them. |
PC World September 26, 2007 Lincoln Spector |
Identify Tracking Cookies in Firefox Find out what entity is responsible for each cookie you accumulate while surfing the Net. |
JavaWorld January 2002 Yuan & Long |
Build database-powered mobile applications on the Java platform This article explains how to create mobile database applications using the Java 2 Platform, Micro Edition/Mobile Information Device Profile (J2ME/MIDP) and the Java 2 Platform, Enterprise Edition (J2EE). The authors introduce an architecture that uses JavaServer Pages (JSPs) as middleware between a MIDP frontend and a database backend. They also explain specific design decisions and implementation issues, such as persistent storage, network connection, session management, and data communication. Their discussion focuses on the integration between the client and server-side Java applications. |
Salon.com May 7, 2001 Scott Rosenberg |
Defending the cookie monster There are lots worse things in the world than Web sites leaving cookies on your computer... |
PC World April 9, 2001 Andrew Brandt |
Eyes on the Spies Here's how to stop the three most common methods snoops use to monitor you on the Internet... |
JavaWorld February 2002 Steve Ditlinger |
Mix protocols transparently in Web applications To maintain the security of sensitive data as it travels over the Internet to or from the browser, Web applications often rely on Secure Sockets Layer. The secure Webpages and processes that transmit sensitive data utilize HTTP over SSL (HTTPS) rather than the usual HTTP. Integrating SSL into a Web application should prove seamless and simple to implement as well as maintain. This article explores typical SSL implementations and develops an SSL solution using the J2EE servlet redirect mechanism to protect sensitive data transmission. It also develops an overall solution combining JavaServer Pages custom tags and an application-specific servlet base class. |
InternetNews May 5, 2006 Andy Patrizio |
Microsoft Awarded 'Super Cookie' Patent The patent for a so-called "super cookie," may have come so long after Microsoft's application that it's been superceded by newer technologies. |
PC World March 18, 2001 |
Top 5 Cookie Managers Block cookie files, or choose to accept them, before they reach your hard drive. |
PC World April 2006 Scott Spanbauer |
Take Charge of What Web Sites Know About You Control cookies, clear your download history, and take other steps to keep snoops off your online trail. |
JavaWorld December 2000 Jeremy Roschelle |
Untangle your servlet code with reflection You can enlist the Reflection API to unravel an all-too-common problem in servlet development: doGet() and doPost() methods that grow long, complex, and hard to extend and debug. The use of reflection described here is fairly lightweight... |
JavaWorld March 2003 Jason Hunter |
Servlet 2.4: What's in store On March 7, 2003, Sun Microsystems released the "Proposed Final Draft 2" specification for Servlet 2.4. This article explains the differences between Servlet 2.3 and 2.4, discusses the reasons for the changes, and explains how you can take advantage of the new features in 2.4. |
JavaWorld June 2000 Thomas E. Davis |
Use Microsoft's Internet Information Server as a Java servlet engine Are you a Java fanatic trapped in a Microsoft-only shop? Using just Microsoft's Internet Information Server and pure Java, you can run Java servlets without the help of any third-party products. |
PC World September 2004 Stan Miastkowski |
Cut the Clutter and Add Power to Your Browser Web browsers can use substantial amounts of computer resources, and their temporary files can hog huge amounts of disk space. Updates, add-ons, housekeeping--and even using an alternative browser--can improve your surfing experience. |
PC World May 2002 Andrew Brandt |
New Tools Take the Bite Out of Cookies Two cookie managers quietly do your bidding... |
Search Engine Watch December 10, 2010 Marc Poirier |
Online Advertising: The End of Cookies? Regardless of how we track, it's what we do with the data that is the main issue. Privacy concerns aren't going away, so it's our responsibility as marketers to use the data we gather responsibly. |
JavaWorld February 2001 Steven Gould |
Servlets in Apache Tomcat and BEA Systems' WebLogic Server This article reviews the steps involved in developing servlets, then describes how to take the servlet and create a Web application -- in both expanded format and as a WAR. He illustrates how to deploy the Web application in Apache Tomcat -- a widely used, freeware servlet container... |
PC Magazine November 2, 2005 Matthew D. Sarrel |
Cookies and PIE You know to be wary of cookies. Could persistent indentification elements be a bigger threat? |
Seasoned Cooking October 2010 Ronda L. Carnicelli |
Will's Cookies Sometimes recipe ideas come from entertaining places. Like the mind of a six year old. |
DailyCandy January 31, 2005 |
Brain Food Each box of super-rich cookies by Feed Your Soul contains a message or proverb handpicked for various occasions. |
The Family Room |
Cookie Baking, Decorating, Storing & Shipping Tips Plain, sturdy cookies, such as drop cookies like Chocolate Chip or Oatmeal Raisin, make the best travelers... |
JavaWorld August 29, 2003 David Geary |
Follow the Chain of Responsibility The Chain of Responsibility (CoR) pattern decouples the sender and receiver of a request by interposing a chain of objects between them. This article discusses the CoR pattern and two implementations of that pattern in the Java APIs -- one from client-side Java and the other from server-side. |
DailyCandy April 26, 2005 |
Fortune Cookies Buying these buttery-licious cookies will help American folk artists. |
PC World November 2000 Steve Bass |
Fight for Your Online Privacy Software to protect against bad cookies and people trying to hack into your computer. |
InternetNews December 21, 2007 Sean Gallagher |
With Google/DoubleClick Approved, is Privacy Dead? The Google-DoubleClick merger creates a uniquely large single lightning rod for privacy activists to get up in arms over. |
PC World January 2003 Scott Spanbauer |
Protect Yourself -- Clear Your Cookies and History Keep your Web browsing private... stream music with PeerCast... control ads in Mozilla. |
JavaWorld June 2001 Jason Hunter |
Filter code with Servlet 2.3 model An in-depth look at the new servlet filter model with an examination of several freely available filters. You'll learn how these filters work and what you can do with them... |
The Motley Fool February 6, 2008 Nathan Alderman |
When Sesame Street Beats Wall Street There are lessons to be learned about the markets from Cookie Monster and Sesame Street. |
InternetNews July 31, 2009 |
U.S. Government Rethinking Web Visitor Tracking The federal government could to allow government Web sites to again place cookies on visitors' PCs, reversing a policy instituted in 2000 that forbade the practice on all federal Web sites. |
Food Processing February 2012 |
Food Biz Kids: WhoNu? Cookies Compared to Chips Ahoy! According to our Junior High tasters, when it comes to Suncore Products' WhoNu? Nutrition rich cookies, "We don't need another healthy snack." |
PC World November 9, 2001 Jennifer DiSabatino |
IE Hole Reveals Users' Cookie Data Microsoft is working on patch, but for now malicious sites could siphon information from IE 5.5 and 6.0... |
JavaWorld June 2002 David Geary |
Take command of your software How to use the Command pattern both in client-side Java to attach application-specific behavior to Swing menu items and in server-side Java to implement application-specific behavior with the Apache Struts application framework. |
Search Engine Watch August 30, 2010 John Greer |
SEO, Meet Server. Server, Meet SEO. Servers play an important role in SEO and deserve more attention than they get. Tips on domains, subdomains, international search implications, and redirects. |
JavaWorld January 2001 Jason Hunter |
Servlet 2.3: New features exposed In October 2000, Sun released the 'Proposed Final Draft' specification for Servlet API 2.3. This article explains the differences between Servlet API 2.2 and 2.3, discusses the reasons for the changes, and shows you how to write servlets (and now filters!) using 2.3... |
PC World June 1, 2000 Matt Lake |
Privacy Special Report: Stealth Surfing All right already, we all know there's no privacy on the Web. Online intrusion is like the proverbial weather--everybody talks about it, but nobody ever seems to do anything about it. |
Delicious Living Elisa Bosley |
Sweet Talk Baking with natural sweeteners will make you one smart cookie... |
PC World April 2003 Scott Spanbauer |
Internet Tips: Protect Your PC and Data With the Security Checklist Follow these essential steps for your PC security. |
JavaWorld March 2001 Jeremy Roschelle |
Doclet your servlet! In many projects, some team members will write servlets while other team members write the Webpages that invoke those servlets. So how can a servlet coder easily produce documentation for a Web designer? |
PC World August 2002 Scott Spanbauer |
Internet Tips: Listen to a World of Radio Stations on the Internet Don't limit your choice of media players or music... How to manage cookies with various browsers... |
Fast Company Lindsay LaVine |
Lessons From Inside The $800 Million Girl Scout Cookie Selling Empire For 97 years, Girl Scouts across America have participated in the cookie sales program, which has raised nearly $800 million each of the last two years. Getting your Thin Mint fix should also make you feel good about the future of women in leadership roles. |
InternetNews March 9, 2010 |
Blue Coat Backing Armored Browser Networking and security firm offers commercial support for Quaresso, a startup offering a new spin on the armored browser with remote support to shore up the last mile. |
PC World February 2002 Stuart J. Johnston |
Bugs and Fixes: Don't Share Cookies With Strangers Grab fixes for the latest flaws in Internet Explorer and Windows Media Player... |