| Similar Articles |
 |
JavaWorld March 2001 Michael C. Daconta |
Dodge the traps hiding in the URLConnection class This article focuses on problems with posting to an HTTP URL and the bane of new Java programmers, the NoClassDefFoundError...  |
JavaWorld May 2000 Rakesh Didwania |
Download a Website for offline browsing In this article, I guide you through the steps involved in designing a utility to download a Website. This utility downloads only text and image files, but it can easily be extended to download files of any type....  |
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.  |
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 August 2001 Rinaldo Di Giorgio |
Serve clients' specific protocol requirements with Brazil, Part 5 How to use Brazil to process content from diverse Websites, tailor the content to reflect a user's desires, and provide the content as a Web service -- and how to use Brazil to integrate new technologies with legacy Web applications that aren't XML-enabled...  |
JavaWorld November 14, 2003 Allen Holub |
Create client-side user interfaces in HTML, Part 2 This "Create Client-Side User Interfaces in HTML" series continues by examining the HTMLPane sources. Part 2 offers examples of how to customize the JEditorPane to support custom tags and also provides an extended description of the Factory Method design pattern.  |
JavaWorld July 2002 Rinaldo Di Giorgio |
Serve clients' specific protocol requirements with Brazil, Part 6 This article demonstrates how to use the following technologies with the Brazil toolkit: Jini, BeanShell, and the Java API for XML Messaging (JAXM), Xalan-Java, servlets, Velocity, and LDAP. It also discusses the larger purpose of this series: to demonstrate how to use Brazil to support new technologies and APIs in ways that API developers might not have considered.  |
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.  |
JavaWorld November 2000 Brett McLaughlin |
Validation with Java and XML schema, Part 3 Taking validation beyond simple if-then-else structures, XML schemas can provide a better way to validate data in Java applications. You'll learn to parse the XML schema, build up Java representations of the schema's constraints, and apply those constraints to an application's data...  |
Linux Journal December 21, 2001 R. Saravanan |
Protozilla: Pipes, Protocols and the Web Browser Protozilla allows client-side CGI to extend Mozilla-based web browsers...  |
JavaWorld October 3, 2003 Allen Holub |
Create client-side user interfaces in HTML This article presents a variant on Swing's JEditorPane that makes it possible to specify an entire screen of your client-side user interface (UI) in HTML.  |
JavaWorld August 2001 Brian Goetz |
Exceptional practices, Part 1 Exceptions provide a powerful mechanism for handling error conditions in Java programs. However, many developers don't spend enough time thinking about exceptions during the design process; instead, they let the development process drive the program's use of exceptions...  |
Search Engine Watch April 2, 2003 Danny Sullivan |
Making An RSS Feed RSS is a method of distributing links or syndicating content in your web site that you'd like others to use. It can be an easy way to draw attention to your material, bringing you some traffic and perhaps a little net fame, depending on how good your information is.  |
ONLINE May/Jun 2003 Greg R. Notess |
Unlocking URLs: Extensions, Shortening Options, and Other Oddities As we ship URLs to each other and use them in citations, unlocking some of their stranger secrets, along with knowledge of URL shortening tools, can make it easier to actually get to the appropriate Web page.  |
JavaWorld January 2002 Frank Sommers |
A birds-eye view of Web services The author defines Web services, explains how they operate, and compares them to related Java technologies. He also presents a general programming model for Web services, independent of any framework or technology...  |
D-Lib February 2009 van Veen et al. |
Sharing Functionality on the Web: A Proposed Services Infrastructure for The European Library A Proposed Services Infrastructure for The European Library  |
JavaWorld October 2000 Robert Hustead |
Mapping XML to Java, Part 2 This article develops a SAX API-based class library that is easily extended to create XML-to-Java mapping code. First, we explore the important ideas that drive the need for the class library. Then we develop a basic approach for implementing the library as well as a few samples that demonstrate some more advanced topics on parsing XML with the SAX API...  |
JavaWorld September 2002 Joe Walker |
XML glossary With XML evolving at a rapid pace, many developers get lost in a sea of acronyms. This article defines many XML technologies crucial to Java developers  |
JavaWorld August 2001 John Rommel |
Will Web services jump-start the software slump? Web services have been hyped as the "new" new thing -- the future of business and personal living. The certainty of change, driven by the business necessity to deliver faster, better, and cheaper services, is continually transforming the Internet.  |
JavaWorld July 2000 Allen Holub |
Modify archives, Part 1 It turns out to be very difficult to modify a jar or zip file using Java's out-of-the-box archive support. This article is the first of a two-part series that will describe a class that permits the painless modification of existing archives.  |
The Motley Fool March 12, 2011 Daniel Bailey |
Google Upgrades Chrome URL Bar Recalling recent browsing destinations is the big feature.  |
D-Lib May 2003 Priscilla Caplan |
XML in Libraries Reading XML in Libraries, edited by Roy Tennant, gave me once again a powerful sense of the vigor and creativity with which we seize upon new technologies. The book features a baker's dozen of short case studies describing various library-related applications using XML in some way.  |
JavaWorld October 2000 Brett McLaughlin |
Validation with Java and XML Schema, Part 2 A roadmap for taking Java method parameters and validating them against constraints in an XML document. Various approaches will be examined, and you will begin to actually code the utilities for converting those XML constraints into usable Java utilities...  |
D-Lib Mar/Apr 2015 McCown et al. |
Tools for Discovering and Archiving the Mobile Web Many websites are adapting their content for users who are accessing the Web using smartphones and tablets. The growth of this Mobile Web has required web archivists to change their practices in order to collect this ephemeral web content.  |
JavaWorld December 2000 Peter Sayer |
XML for Java gains new support with Sun API enhancements Sun Microsystems published details on Monday of two new interfaces to link its Java programming language to XML...  |
Linux Journal November 1, 2002 Soren Aalto |
QUORUM: Prepaid Internet at the University of Zululand Using Squid's URL redirection to implement WWW usage quotas  |
JavaWorld May 2002 |
A J2EE presentation pattern: Applets with servlets and XML Sometimes a standard HTML view on your J2EE-based system doesn't offer a sophisticated enough user interface. Based on the pattern described here, you can enhance such a Web interface with the Java Plug-in. The Java Plug-in lets you embed applets that consume XML documents and display the contained data in a particular way. These XML documents contain presentation data derived from servlets looking at your business logic tier. This lets your users access powerful UI components while still retaining a strong decoupling between the business logic and presentation tiers---without complicated firewall issues.  |
JavaWorld June 2002 Michael Juntao Yuan & Ju Long |
Java readies itself for wireless Web services The future world of pervasive computing demands powerful and flexible development platforms. Is Java up to the task? Can Java provide end-to-end solutions for wireless Web services networks? The authors discuss the definition, importance, and architecture of wireless Web services.  |
PC World April 20, 2001 Scott Spanbauer |
Mend Your E-Mail's Broken Links Mend broken links in e-mail, unmask disguised Web page advertising, check browser security settings, catalog your MP3s...  |
D-Lib Jan/Feb 2013 Klein et al. |
A Technical Framework for Resource Synchronization Our first paper introduced a perspective on the resource synchronization problem and introduced a template that organized possible components of a resource synchronization framework in a modular manner. This paper details a technical framework devised using that template.  |
Information Today October 2003 Robin Peek |
The New Content Syndication RSS is an XML-based technology that revisits the publishing question, "Just what is the value of a new headline or the title of a magazine article?"  |
Search Engine Watch August 11, 2009 Eric Enge |
The 60 Minute SEO Site Audit Site audits are one of the most important tasks for an SEO professional, and sometimes you need to do one quickly. Here's how you can complete an SEO audit for your web site in one hour or less.  |
Entrepreneur November 2006 Catherine Seda |
Vanity Fair One more way to market your site.  |
Search Engine Watch September 30, 2008 Mark Jackson |
Tin Foil Hat? I Have Mine On When Google advises against URL rewriting in their Webmaster Central blog, is there an ulterior motive?  |
PC World March 2003 Scott Spanbauer |
Internet Tips: Unlocking the Mysteries of Browser Error Messages Steer past 404 errors to find the Web page you want; disable IE's script-debugging messages.  |
JavaWorld October 2002 |
Maven ties together tools for better code management Maven is an open source build tool from the Apache Jakarta Project that manages your code at the project level. Maven creates effective documentation by integrating many third-party open source code analysis tools into a coherent generated Website.  |
JavaWorld May 2000 Bill Venners |
Objects versus documents for server-client interaction, Part 1 Bill Venners compares the traditional approach to client-server interaction, using protocols and documents, with Jini's approach of using objects and interfaces....  |
PC Magazine September 28, 2005 Larry Magid |
RSS: The Web at Your Fingertips Have the latest stories from your favorite Web sites and blogs delivered to your desktop.  |
D-Lib March 2005 Theo van Veen |
Renewing the Information Infrastructure of the Koninklijke Bibliotheek The Koninklijke Bibliotheek (KB) is engaged in a major renewal of its information infrastructure.  |
D-Lib December 2004 |
The Role of RSS in Science Publishing: Syndication and Annotation on the Web RSS is increasingly being deployed within science publishing, and the reasons for this are manifold. RSS presents a very simple XML structure for packaging news titles and links, and delivering them down to user desktops and handhelds.  |
Information Today December 7, 2009 Barbara Quint |
Archiving Web Shortcuts: Internet Archive Launches 301Works.Org Participating companies will provide sets of their URL mappings to 301Works.org with regular updates.  |
InternetNews June 9, 2006 Andy Patrizio |
Tim Bray: The Garibaldi of RSS Tim Bray, director of Web technologies at Sun Microsystems, is co-chair of a working group for the Internet Engineering Task Force that's working to provide a single protocol for RSS.  |
ONLINE July 2001 Peter Jacso |
Electronic Shoes for the Cobbler's Children Treatment of digital journals in library and information science databases...  |
Linux Journal February 1, 2007 Ben Martin |
Virtual Filesystems Are Virtual Office Documents Use libferris, XML and XSLT to create virtual filesystems and virtual documents.  |
InternetNews April 22, 2004 Ryan Naraine |
XML Encryption Added to Apache Project The Apache Foundation's XML Security Project takes another step towards full implementation of security standards in the markup language.  |
Search Engine Watch August 30, 2005 Chris Sherman |
What is RSS, and Why Should You Care? RSS is a web publishing format that's transforming information delivery for both publishers and users. Because RSS pushes content, it's immediately available to search engines.  |
D-Lib June 2004 Sokvitne & Lavelle |
Implementing an Open Jurisdictional Digital Repository - the STORS Project This starting point program for the State Library of Tasmania has already allowed the acquisition of significant Tasmanian digital content that would otherwise have been lost.  |
InternetNews September 20, 2004 Craig McGuire |
In Focus: RSS Score Card Although it's early yet in the advance of blogging, the story of its rise in popularity really is about the use and potential with syndication technology driving bloggers: RSS. The article provides an overview of where RSS is and where it's going.  |
Search Engine Watch February 17, 2009 Mark Jackson |
Ignorance: The Trouble with People Who Claim SEO is Snake Oil A response to a recent article claiming that SEO doesn't work, and that its practitioners are a bunch of snake oil salesmen.  |
Search Engine Watch July 2, 2001 Danny Sullivan |
AltaVista Opens Paid Inclusion After months of talking about it, AltaVista finally unveiled a paid inclusion program last week...  |