MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
JavaWorld
April 2002
David Kearns
Java scripting languages: Which is right for you? A scripting language can give your Java programs power they wouldn't ordinarily have. Utilities such as IBM's Bean Scripting Framework make hooking Tcl, Python, Perl, and other scripting languages into your Java application easy. However, risks and costs abound... mark for My Articles similar articles
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. 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
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... mark for My Articles similar articles
Unix Insider
November 2000
Cameron Laird & Kathryn Soraiz
Specialty scripting languages In this week's Regular Expressions, Cameron Laird and Kathryn Soraiz outline four small, but growing, scripting languages... 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
JavaWorld
October 2000
Bruce Eckel
Everything is an object, Part 2 Eckel takes you through name visibility and using components from other libraries; the static keyword; and comments and embedded documentation. By the end, you should be able to build your first Java program... mark for My Articles similar articles
JavaWorld
December 5, 2003
Java Product News Ekkon Technologies optimizes MerchantSpace Commerce... Etnus connects debuggers... Koalog reveals Koalog Configurator 0.13 mark for My Articles similar articles
Unix Insider
February 2001
Cameron Laird & Kathryn Soraiz
Which language is right for you? How do you choose between all of the available scripting languages? We recommend trying them out individually. Each language has its own benefits and its own limits, and only you can determine which best suits your work... mark for My Articles similar articles
Unix Insider
January 2001
Cameron Laird & Kathryn Soraiz
Scripted wrappers for legacy applications, Part 3 The authors offer some closing comments on interprocess communication (IPC) and focus on ways to alloy scripting languages and systems languages, such as C, in single-process executables... mark for My Articles similar articles
JavaWorld
March 2001
Anil Hemrajani
What makes a good Java Website? Websites dedicated to Java technology have been around since 1995. Those sites offer everything from online articles and discussion forums to downloads and more. Which ones are your favorites? What is on your Java Website wish list? mark for My Articles similar articles
JavaWorld
January 2002
Letters to the Editor Does J2EE violate fundamental Java concepts? Are Java extensions with XSLT truly beneficial? How do you incorporate a visual mode with Struts and Tiles? Plus, readers debate the value of enums, propose an additional advantage to EJB, and comment on exception-handling... mark for My Articles similar articles
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... mark for My Articles similar articles
Salon.com
January 21, 2003
Farhad Manjoo
Is there hope for Java? A judge has ordered Microsoft to make it easy for Sun's popular programming language to work with Windows. But the remedy may be too little, too late. 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
November 2000
Kevin Unger
Solve your servlet-based presentation problems Should you use raw servlets, JSP pages, servlets with a templating engine, an automatic HTML-to-Java compiler, or XSL stylesheets to implement content presentation in your next thin-client application? This article surveys the various techniques and helps you make the best decision... mark for My Articles similar articles
JavaWorld
November 2000
Mark Johnson
C#: A language alternative or just J--?, Part 1 Early this summer, Microsoft caused a huge media splash by preannouncing .Net, a new distributed application framework. Integral to .Net is a new language called C#, which initially appears highly similar to Java. This article, the first in a two-part series, compares C# to Java -- describing language features and design trade-offs -- and places C# in the context of Microsoft's broader .Net strategy. 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
InternetNews
November 19, 2008
Andy Patrizio
PHP Support Complete in NetBeans 6.5 Sun's updated Java IDE focuses on dynamic language support, but it hasn't forgotten it's a Java IDE. mark for My Articles similar articles
Home Toys
April 2006
Findlay et al.
Home Automation Portal Appliance: Part 2 Here's how the small, lightweight and low power box produced by IO Anywhere can act as a Home Automation Portal Appliance. 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
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 4, 2003
Mark O. Pendergast
Navigate through virtual worlds using Java 3D Java 3D is an extension to the Java 2 object library that enables a programmer to create 3D graphical representations of objects and virtual worlds. This article demonstrates three advanced Java 3D programming concepts. mark for My Articles similar articles
Unix Insider
December 2000
Cameron Laird & Kathryn Soraiz
Better living through scripting Praise for Dave Roth's new book, Win32 Perl Scripting: The Administrator's Handbook, a useful text for all system administrators, regardless of whether they work with Perl... mark for My Articles similar articles
InternetNews
February 15, 2006
Clint Boulton
Sun Takes 'Mustang' For Test Drive Sun Microsystems today took its next-generation Java platform for a spin, with the beta release of Java Platform, Standard Edition 6. mark for My Articles similar articles
JavaWorld
June 11, 2003
Robert McMillan
Sun, Zend push scripting for Java Sun develops partnerships to help developers write Java apps with popular scripting languages mark for My Articles similar articles
InternetNews
June 27, 2005
Susan Kuchinskas
Sun Goes Large For Open Source Sun Microsystems open sourced the Java System Application Server Platform Edition 9.0 and the Java System Enterprise Server Bus. mark for My Articles similar articles
JavaWorld
July 2000
Jacob Weintraub
Learn how to store data in objects In this second installment of Java 101, Jacob Weintraub delves into storing data in Java and the various ways you can use that data. Specifically, he examines how objects store data and how you can pass data to objects in method calls... mark for My Articles similar articles
JavaWorld
March 2001
Mike Heck
WebGain sharpens its edge WebGain Studio 4.1 Java development suite features well-integrated tools for efficiently creating enterprise-class Java applications, but watch out for the cost... 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
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
May 17, 2006
Clint Boulton
Oracle, BEA Talk is Persistence Oracle and BEA vie for open source mindshare at JavaOne, with Java persistence a common theme. mark for My Articles similar articles
JavaWorld
November 21, 2003
Java Product News /k/ Embedded Java Solutions unveils Mika... Infravio assembles Ensemble 4.0... Reasoning improves inspection services mark for My Articles similar articles
JavaWorld
December 12, 2003
Java Product News SolarMetric upgrades Kodo... AmberPoint manages Web services... Dirig monitors WebLogic... etc. mark for My Articles similar articles
JavaWorld
September 2000
Jennifer Wilson
News and new product briefs This week's news and new product briefs include: build Java apps faster with JBuilder 4; InstallAnywhere 3.5 now Java 1.3-compliant; Sun enhances Forte with PointBase; Total-e-Server offers total free evaluation; and more... mark for My Articles similar articles
JavaWorld
September 2000
Tom Yager
Microsoft's C# public beta hits a high note Java's success, and Sun's control of it, has prompted Microsoft to respond with its C# initiative. C# in many ways is a blend of the power of C++ and Java's built-in protections. Java developers will be well served to learn about C#'s pros and cons -- and how the initiative could affect Java's future. 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
June 2000
John Rommel
IBM: The Internet was the rocket, Java was the fuel John Rommel speaks with IBM about how its vision for Java rescued the company from getting lost in legacy environments, Java's role in its new ecommerce paradigm, and why Java's cross-platform strengths will make it the dominant Internet development platform. 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
CIO
September 15, 2005
Eric Knorr
Java Goes Wild Vendors need to give programmers what they want -- or open source may take it by force. mark for My Articles similar articles
InternetNews
June 16, 2004
Michael Singer
Java Wakes Up Sleepycat Based on pure Java, the new version of its Berkeley DB platform features full source code. mark for My Articles similar articles
JavaWorld
October 19, 2001
Java Product News Bali eases client development... JVision increases UML diagram support... NeuArchitect accelerates Web services development... InstallAnywhere 4.5 now available... MKS launches code assessment tool... Cape Clear releases Web services products... etc. 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
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
June 2001
Tim Fielden
Middleware that beats the budget For applications ranging from dynamic Websites to large-scale e-commerce systems, organizations shopping for a Java application server would do well to consider open source solutions. Many that provide enterprise-class features are available free or for low licensing fees... mark for My Articles similar articles
JavaWorld
March 25, 2002
James Niccolai & Matt Berger
Sun exec sees focus shifting to clients Providing a consistent way to run Java programs on PCs, cell phones, and other client computers is the next hurdle in evolving Java, said the head of Sun Microsystems' Java and XML software group... 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
September 2000
Bruce Eckel
Everything is an object, Part 1 This two-part article, excerpted from Chapter 2 in Thinking in Java 2nd. ed., moves you to the point where you can write your first Java program. Bruce Eckel gives an overview of the essentials... 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
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