Similar Articles |
|
JavaWorld November 2000 Geoff Friesen |
Applications, applets, and hybrids This article establishes our bearings and sets sail to the land of applications, applets, and hybrids (an unusual category of Java programs)... |
JavaWorld December 2000 Anil Hemrajani |
Applets: Still essential to Java Applets were supposed to revolutionize the Web, but their use has diminished significantly. What's the problem? And what will it take to make them successful? |
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 June 2002 Sunil Kumar & Nitin Nanda |
Create your own type 3 JDBC driver, Part 2 Type 3 JDBC (Java Database Connectivity) drivers, primarily useful for Internet/intranet applications with no required client-side setting, provide flexible system administration facilities. This article explains how to compile, deploy, and use a custom driver. |
JavaWorld July 2000 Todd Sundsted |
Alternative deployment methods, Part 2: The best of both worlds How to combine the best features of applets with a handful of more traditional deployment techniques, creating a solution both easy to use and powerful enough for the enterprise |
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 May 2000 Jason Briggs |
Dynamic user interface is only skin deep A skin is a collection of images and a definition file, which together describe an application interface. Here are ways to use skins to customize your applets... |
JavaWorld July 2001 Raghavan N. Srinivas |
Java Web Start to the rescue On the client side, Java proves its viability with its ubiquitous availability on desktop and thin clients. This article introduces client-side deployment using several different Java technologies, with a particular focus on Java Web Start... |
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 September 2000 Tal Liron |
Launching into Java Here's the vision: Instead of clunky Web applications, service providers will design full-blown Java applications with multiple windows, drag and drop, printing and database-query capabilities, directory access, and message queuing, all in a package that runs from users' desktops... |
JavaWorld August 2000 Simon Brown |
Encapsulate reusable functionality in JSP tags JavaServer Pages (JSP) are a great mechanism for delivering dynamic Web-based content. This article will show how easy it is to build, deploy, and use your own custom JSP tag, using the Servlet/JSP reference implementation, Tomcat. |
InternetNews July 9, 2009 Sean Michael Kerner |
Why IE Doesn't Support HTML 5 Video (Yet) Mozilla supports HTML 5 video, Microsoft doesn't yet but without a codec specified, does it matter? |
PC Magazine April 20, 2004 Sheryl Canter |
Understanding Client-Side Scripting Make your Web pages more dynamic without overburdening your server. |
JavaWorld December 2000 Raghavan N. Srinivas |
Java security evolution and concepts, Part 3: Applet security This article will take a look at the challenges of security for, and the deployment of, applets... |
JavaWorld December 5, 2003 Borislav Iordanov |
Dynamic server includes with local runtime context This article shows how to achieve true black-box reuse of frontend logic in the form of JSP pages or Java servlets, by wrapping the servlet request object and effectively creating a local runtime context for an included resource. |
JavaWorld July 2000 Raghavan N. Srinivas |
Java security evolution and concepts, Part 2: Java security Since Java code can originate from anywhere in the network, code-centric security is very important for Java development. This article will examine the challenges associated with running Java code securely over the network. |
JavaWorld February 2001 Robert Nielsen |
Learn Java from Ben Franklin While Benjamin Franklin never wrote a line of Java code, his techniques for better writing can be applied to writing Java. Anyone with at least a basic grasp of Java can use Franklin's learning methods... |
JavaWorld November 2002 Jeff Friesen |
Tools of the trade, Part 1 Beyond Sun Microsystems' Java 2 Platform, Standard Edition (J2SE), a world of Java tools exists. This article introduces a three-part series that explores three non-SDK Java tools: the JCreator development tool, the Jtest testing tool, and the InstallAnywhere installation tool. |
New Architect October 2002 Neil McAllister |
Content 2.0 Weighing the alternatives to HTML. Most notable among the current crop are Macromedia Flash MX and the Curl content language. |
New Architect August 2002 Al Williams |
Unsafe At Any Speed? C#'s relaxed security model may not be the best fit for your business. |
InternetNews July 12, 2004 |
On2 Streaming Java Applets Using the Java Virtual Machine instead of a software player, On2 cuts out the streaming video middleman. |
Macworld September 2000 Jim Heid |
SiteCam 5.0 Web-Cam Software Adds Streaming Audio |
JavaWorld June 2000 |
Letters to the Editor (June 23, 2000) Jason Hunter addresses a gripe with calling instanceof when using JDOM; Mark Johnson responds to feedback on his XML series; reader challenges Tony Sintes about whether it truly is impossible to write a swap method... |
JavaWorld January 2003 Joseph Shomphe |
Enhance your J2EE presentation layer With the introduction of Remoting capabilities to Macromedia's Flash product, Java developers have a whole new type of presentation layer to consider besides JSP (JavaServer Pages) and Swing when building a J2EE application. |
JavaWorld November 2000 Dan Becker |
Add MP3 capabilities to Java Sound with SPI The Service Provider Interface (SPI), a new feature in Java 2 1.3, allows developers to transparently add new functions to the JVM. For instance, Java Sound uses the SPI at runtime to provide sound mixers, file readers and writers, and format conversion utilities to a Java sound program... |
JavaWorld April 2001 Geoff Friesen |
Object-oriented language basics, Part 1 An introduction to object-oriented programming and how to declare classes and create objects from those classes... |
JavaWorld August 2001 Jeff Friesen |
Object-oriented language basics, Part 5 Every Java class has a superclass. In the absence of an extends keyword, Object is that superclass. Object takes center stage as this article presents its 11 methods... |
JavaWorld September 2000 Todd Sundsted |
Alternative deployment methods, Part 3: The code In Part 3 of his series on application deployment, Todd Sundsted looks at the code that supports the deployment tool he described in Part 2. This article explains the framework's operation, highlights its design features, and explores the challenges of building this type of application. |
D-Lib Jan/Feb 2010 Reilly & Tupelo-Schneck |
Digital Object Repository Server: A Component of the Digital Object Architecture This paper introduces the Digital Object Repository Server, the most recent instantiation of the Corporation for National Research Initiatives' repository work. |
JavaWorld September 2001 Ashok Mathew & Mark Roulo |
Accelerate your RMI programming Beginning with JDK 1.1, serialization and Remote Method Invocation (RMI) were added to the Java platform. RMI usually runs slower than equivalent CORBA or remote procedure call (RPC) solutions. Fortunately, RMI was designed so that you could apply hand optimizations... |
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... |
Unix Insider November 2000 Cameron Laird, Kathryn Soraiz & Derek Lac |
Scripting systems unite An introduction to Silk, the programming language that unites Java and Scheme... |
JavaWorld April 2001 Alex Kalinovsky |
Savor success with Java on the front end Java architects and managers face the challenge of choosing among Swing-based, HTML-based, and XML-based front ends for their applications... |
ONLINE September 2000 Greg R. Notess |
On the Net, Searching Beyond Text: Issues with Multimedia Searching There are plenty of Web sites with large collections of image, audio, and video files. But searching for the information content contained within these is a more difficult matter. |
Macworld January 2005 Peter Kirn |
Live 4 When it comes to real-time music creation, Ableton's Live is in a category all its own. |
Macworld April 20, 2005 Robert Ellis |
NoteTaker 1.9.4 NoteTaker for the Mac uses a spiral-notebook metaphor for note taking, outlining, and clipping information from other applications, such as your Web browser. |
PC Magazine November 25, 2003 |
Make Beautiful Music You've probably heard this refrain: Those newfangled musicians don't play like the old masters. With today's desktop tools, though, you don't need a lot of training to make satisfying music. |
JavaWorld August 2000 Stephanie Sanborn & Brian Fonseca, InfoWorld |
Sun investigates Java security flaw in Netscape browser Sun Microsystems is investigating a security flaw that has popped up involving the use of Java in Netscape's Navigator browser. The bug, known as Brown Orifice (BO), makes use of Netscape's Java implementation to let an unsigned Java applet read and dispense files from a user's computer. |
JavaWorld November 2000 M. Jeff Wilson |
Get smart with proxies and RMI RMI enables developers to either get a remote reference to a distributed object, in which all method calls are forwarded to the server object, or get a copy of the remote object and invoke on it locally. You can combine these approaches in a way that is transparent to the client code... |
JavaWorld April 2001 Piet Jonas |
Secure type-safe collections A framework that overcomes the standard Java Collections Framework's main problem: its containers lack the ability to restrict themselves to storing objects of a specific type. The solution uses reflection, wrapper classes, and a collection of static factory methods... |
PC World March 2005 Andrew Brandt |
Devious New Phishing Attack Outsmarts Typical Defenses A vulnerability in Windows lets phishers hijack your browser--even when you type the URL yourself. |
InternetNews March 20, 2008 Sean Michael Kerner |
Can We Fix The Web? The problem with the modern Web is that it's insecure and fixes may be a long time coming. |
PC World November 2000 Stuart J. Johnston |
Java Lets Hackers Attack Your Browser Java security flaws... Money file protection... Trojan horse invades PDAs... |
CRM October 2013 Maria Minsker |
Tag Management Gains Traction with Marketers Ninety-four percent call it crucial for customer data integration. |
PC Magazine August 17, 2005 Don Labriola |
MaxxPlayer This Microsoft Windows Media Player plug-in uses the same technologies as Waves' professional audio products to increase apparent volume levels, punch up the bass and treble, and expand the sound field of your system's audio output |
JavaWorld March 2001 Randy Grein |
Share drawings worldwide with eBeam Electronics for Imaging Inc.'s eBeam Moderator 2.0 virtual whiteboard solution employs a Java applet to achieve cross-platform functionality and its quick and easy setup makes it ideal for widely dispersed meetings, but the product currently lacks realtime meeting audio... |
PC Magazine November 2, 2004 Emile Menasche |
Your Music The emergence of legal download services, dedicated network audio receivers and obscenely inexpensive hard drives have made a computer the next must-have component for your home entertainment system. |