MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
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. mark for My Articles 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)... mark for My Articles similar articles
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... mark for My Articles similar articles
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 mark for My Articles similar articles
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... mark for My Articles similar articles
JavaWorld
May 2001
Raghavan N. Srinivas
Java security evolution and concepts, Part 4 This article details the optional, yet important, packages that enhance Java security. Bonus: A working applet to demonstrate this article's concepts. mark for My Articles similar articles
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. mark for My Articles similar articles
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? mark for My Articles similar articles
JavaWorld
November 2000
Tim Fielden
Sun's latest Java development wins big Sun's new Java Web Start offers options for deploying full-featured Java applications effectively, while improving bottom-line costs. Find out what the InfoWorld Test Center has to say about Sun's new technology... mark for My Articles similar articles
New Architect
August 2002
Al Williams
Unsafe At Any Speed? C#'s relaxed security model may not be the best fit for your business. mark for My Articles similar articles
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... mark for My Articles similar articles
InternetNews
October 21, 2008
Andy Patrizio
Sun Adds a Little Zip to Java After a lengthy gestation, the faster version of Java that Sun Microsystems has been promising, is finally here. mark for My Articles similar articles
InternetNews
October 18, 2007
Andy Patrizio
Client-Side Java Gets A Boost Sun offers updates on promises made at JavaOne to improve client-side Java performance and describes sweeping improvements to Java SE. mark for My Articles similar articles
JavaWorld
December 2000
Michael C. Daconta
When Runtime.exec() won't This installment of Java Traps discusses one new pitfall and revisits another from the previous column. Originating in the java.lang package, the pitfall specifically involves problems with the Runtime.exec() method. mark for My Articles similar articles
InternetNews
October 31, 2005
Jim Wagner
Sun Flaws Make Contest Fodder Sun Microsystems wants developers to find a way to crack the new security component to be found in J2SE 6.0. mark for My Articles similar articles
JavaWorld
November 2001
Michael C. Daconta
Practice makes perfect One pitfall stumbled on while porting an Extensible User Interface Language (XUL) game to Java and two pitfalls sent in by readers... mark for My Articles similar articles
Linux Journal
June 1, 2007
Nicholas Petreley
/var/opinion - Is GPL Java too little, too late? Java is on its way to become mostly GPL but is it too late? mark for My Articles similar articles
Salon.com
January 8, 2001
Simson Garfinkel
Java: Slow, ugly and irrelevant The programming language once hailed as a revolutionary breakthrough is no substitute for simply training good programmers... mark for My Articles similar articles
InternetNews
June 28, 2004
Michael Singer
J2SE 1.5: A Tiger By the Tail The Standard Edition is slated for a fall release via the Java Development Kit (JDK). J2SE 1.5 introduces several revisions to the core XML platform. mark for My Articles similar articles
JavaWorld
September 26, 2003
Sam Mefford
Overcome Java 1.3-1.4 incompatibilities API version incompatibilities that force you to maintain separate codebases for newer versions can exponentially increase your frustration level. This article demonstrates techniques for overcoming interface version incompatibilities, charting a course for a single codebase. mark for My Articles similar articles
JavaWorld
August 2000
Samudra Gupta
JDK 1.2 breaks the Java sound barrier This article shows how to implement high-quality audio formats through applets and presents the communication possibilities between JavaScript and Java 2 applets... mark for My Articles similar articles
JavaWorld
February 2001
Erwin Vervaet
Java: It's a good thing In response to Simson Garfinkel's article 'Java: Slow, Ugly, and Irrelevant', the author takes a more realistic look at Java's situation. Indeed, Java is far from perfect. But when you take the time to look beyond the flames and the hype, what is left is an exciting and competitive language... mark for My Articles similar articles
JavaWorld
December 2001
Raghavan N. Srinivas
Java security evolution and concepts, Part 5 This article introduces J2SE (Java 2 Platform, Standard Edition) 1.4's new security packages for certificate chain manipulation, along with Generic Security Services, which includes a single sign-on framework over the network. mark for My Articles similar articles
InternetNews
November 19, 2010
Oracle Moving Ahead With Java 7, 8 As it looks to separate Java 7 SDK into two separate releases, Oracle has issued the Java SE 7 and 8 release content to the Java Community Process. mark for My Articles similar articles
InternetNews
October 4, 2007
Andy Patrizio
Sun Fixes Severe Java Vulnerabilities Holes in Java code could let malicious apps access your file system or your network without your knowledge. mark for My Articles similar articles
JavaWorld
March 23, 2001
Lisa Alexander
Java Product News Fortress 1.0 Flash Edition creates interactive, multiuser applications... JHotDraw 5.2 now available... Sitraka integrates JClass Java components with Forte for Java... MetaViewJ speeds development of Java/JDBC applications and applets... Sun releases Jiro Technology 1.5... etc. mark for My Articles similar articles
InternetNews
January 18, 2007
Sean Michael Kerner
Sun Plugs Highly Critical Java Vulnerability Sun has officially announced that it has fixed a highly critical vulnerability in its Java Runtime Environment. mark for My Articles similar articles
InternetNews
February 8, 2006
Sean Michael Kerner
Java Users at Risk 'Highly critical' vulnerabilities affect older versions of the Java Runtime Environment. mark for My Articles similar articles
CIO
November 15, 2001
D.F. Tweney
Strong Java Despite Microsoft's best efforts, Java is well-established in the enterprise. Can it hold its ground? mark for My Articles similar articles
JavaWorld
October 2001
Tony Loton
JavaMail quick start This article shows the first steps on the road to building Java-based email applications. If you fancy building your own email client to replace Microsoft Outlook, or a Web-based email system to rival Hotmail, this is the place to start... mark for My Articles similar articles
Linux Journal
January 1, 2003
Per Bothner
Compiling Java with GJC Although Java isn't a popular choice for free projects, GJC can make it a viable option. mark for My Articles similar articles
InternetNews
May 23, 2005
Sean Michael Kerner
Java Turns 10 Ten years ago today, Sun Microsystems announced Java, which has become one of the most successful programming languages in history. mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
June 2001
Todd Sundsted
Secure your Java apps from end to end, Part 1 The foundation of Java security: virtual machine and byte code security... mark for My Articles similar articles
JavaWorld
October 2001
David Geary
Amaze your developer friends with design patterns Design patterns are proven techniques for implementing robust, malleable, reusable, and extensible object-oriented software. This article introduces design patterns to Java developers and explores Strategy, Composite, and Decorator -- three common, yet powerful, design patterns in the JDK... mark for My Articles similar articles
Salon.com
January 18, 2001
Simson Garfinkel
Java fans fight back OK, Sun's programming language does have some good points, but it's still a long way from perfect... mark for My Articles similar articles
JavaWorld
December 2000
Robert Nielsen
Calculating Java dates Whether you are dealing with financial transactions or planning future activities, you need to know how to create, use, and display dates in a Java program. That requires more than simply looking up the appropriate class in the API reference: just one date can easily involve creating objects in three date-related classes. This tutorial shows what you need to know. mark for My Articles similar articles
JavaWorld
February 9, 2001
Lisa Alexander
Java Product News Java deployment platform available for Intel Itanium servers... SilverStream Software unveils J2EE Connector Architecture 1.0... jFactor enhances Java code... Digital Airways unveils Java-based WAP microbrowser for Palm... etc. mark for My Articles similar articles
JavaWorld
November 2001
Wm. Paul Rogers
J2SE 1.4 premieres Java's assertion capabilities, Part 1 J2SE (Java 2 Platform, Standard Edition) 1.4 adds a simple assertion facility to Java. This article, the first in a two-part series, covers the mechanics of using the new assertion facility... mark for My Articles similar articles
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... mark for My Articles similar articles
JavaWorld
July 2001
Anil Hemrajani
Javaware: The challenge of staying current Since the advent of the World Wide Web and Java, the number of new standards, tools, and technologies introduced has been astounding. How do you decide what to specialize in, and how do you manage to stay current in this ever changing landscape? mark for My Articles similar articles
InternetNews
July 23, 2004
Michael Singer
Java 'Tiger' Divides the Enterprise The emergence of a new version of standard Java has opened a rift among application users who are reluctant to immediately upgrade for fear of incompatibility. mark for My Articles similar articles
InternetNews
April 7, 2008
Andy Patrizio
Sun's Java Gets Subscription Support Plan Java SE For Business adds the option to pay for increased support, with the promise of keeping the free edition current. mark for My Articles similar articles
JavaWorld
March 2001
Jason R. Briggs
J2ME: The next major games platform? How practical is the idea of using Java for high-end, multimedia games on mobile devices? This article discusses the options and shows a few fundamental tests to determine if the next version of -- insert your favorite 3-D shooter here -- will likely appear on your handheld, written in Java... mark for My Articles similar articles
JavaWorld
May 2001
John Zukowski
Master Java with these introductory books This article reviews six new introductory Java books released within the last year. Should you stick with the old standbys like Java in a Nutshell, Core Java, and The Java Tutorial -- each in their third edition or higher? Or, is it time to move on and try something new? mark for My Articles similar articles
JavaWorld
October 3, 2003
Dawid Weiss
Discover new dimensions of scripted Java This article presents an extension to BeanShell that turns scripts into real Java classes that support inheritance, Java reflection, method overriding, and so on. The extension is designed to be fully transparent to the Java application using it. mark for My Articles similar articles
InternetNews
December 10, 2009
Sun Delivers Java EE 6 A week after the official vote, Java EE 6 is officially available and with it a new Glassfish Java EE 6-compliant server and NetBeans IDE release. mark for My Articles similar articles
JavaWorld
January 2, 2004
Humphrey Sheil
In pursuit of perfection If we could just address Java's weak points, we might make Java that mythical beast -- the perfect technology platform. So then, what are those changes? Is there such a thing as the perfect technology platform, and does Java have the potential to become it? mark for My Articles similar articles
JavaWorld
March 9, 2001
Lisa Alexander
Java Product News Sun and Ope... Brokat helps enterprises create user-centric services... Sun releases J2EE Connector Architecture beta... FioranoMQ 5.0 Java messaging server features improved scalability and security... WebGain and ComponentSource to improve EJB component product offerings... mark for My Articles similar articles
JavaWorld
September 2002
Erik Eide
Manage your software with the Java Product Versioning Specification This article introduces the Java Product Versioning Specification and functionality built into the Java platform designed to support the evolution of software products and components in a simple, standardized manner. mark for My Articles similar articles