MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
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
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
PC Magazine
July 12, 2006
Sebastian Rupley
Surfing In 3D Three recently overhauled browsers let you browse the net in 3D: 3B, Browse3D, and SphereXPlorer. mark for My Articles similar articles
InternetNews
January 9, 2008
Andy Patrizio
SpringSource's Update to .NET Adds Key Java Features SpringSource's Spring.Net provides programmers with features previously only available to Java developers. 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
December 2000
John Zukowski
Java threads: A comparative book review Java programs are multithreaded, whether you like it or not. This comparative review of six Java thread programming books will help you decide which books are the best read for learning the Java threading library and creating better technical solutions... 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
April 5, 2002
Java Product News New file format to decrease embedded Java development costs... O'Reilly publishes Web services guide... Precise updates performance solution... Day Software adds Oracle 9i support to Communique Unify... 4thpass extends support to wireless enterprise market... etc. 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
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
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
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
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
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
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
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... mark for My Articles similar articles
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... 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
PC Magazine
March 1, 2006
Sebastian Rupley
SurroundSound? Try SurroundArt What happens when fine art runs into virtual reality? You get the Collaborative Advanced Navigation Virtual Art Studio (CANVAS). mark for My Articles similar articles
InternetNews
November 16, 2004
Michael Singer
The Many Faces of J2EE, v5.0 Sun and Borland laud the developments but disagree on the deployments. mark for My Articles similar articles
InternetNews
September 27, 2004
Clint Boulton
Sun Persists with Single Programming Model The company's engineers aim to bring the Java community a little closer by creating one persistence model for JavaBeans and Java Objects. mark for My Articles similar articles
JavaWorld
March 2001
John Zukowski
Performance books put to the test Want to make your users very happy? Improve the performance of your Java programs. This article puts six Java performance books to the test. Help put Java's lack-of-performance myth to rest by using one or more of these books to optimize your programs... mark for My Articles similar articles
JavaWorld
July 2000
Bill Venners
Objects versus documents for server-client interaction, Part 2 In this three-part series, Bill Venners compares the traditional approach to defining client/server interaction, using protocols and documents, with Jini's strategy of using objects and interfaces. mark for My Articles similar articles
InternetNews
June 28, 2004
Michael Singer
Sun Opens Up Desktop Code Project Looking Glass and Java 3D are slated for a GPL of their own. mark for My Articles similar articles
Technology Research News
July 30, 2003
Eric Smalley
VR accommodates reality Virtual reality systems could use a bigger dose of reality to cure their tendency to leave users empty-handed. A system that makes real objects players in virtual environments creates a hands-on experience. 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
December 2001
Sun adds Web services to J2EE The Java XML Pack adds capability for XML messaging and data binding, as well as remote procedure calls using SOAP (Simple Object Access Protocol). mark for My Articles similar articles
Information Today
July 10, 2008
RezEd: New Online Learning Hub for Virtual Worlds RezEd is an online community for educators, parents, librarians, and others to get informed, connected, and inspired. mark for My Articles similar articles
JavaWorld
March 2002
Matjaz B. Juric
Integrate EJBs with CORBA Interoperability between EJBs and CORBA is important for integrating Java- and non-Java-based applications. This article shows how to achieve integration between an EJB and a CORBA C++ application... mark for My Articles similar articles
PC World
May 21, 2007
Dan Tynan
Traveling the Web's Third Dimension My avatar, my self: Second Life shows us the future of the 3D Web. mark for My Articles similar articles
JavaWorld
December 2000
Mark Johnson
C#: A language alternative or just J--?, Part 2 Despite their enormous similarities, Java and C# differ greatly in many language details and also in their basic technical intent. This second article of a two-part series covers C# language constructs and concludes with some speculation on the idea of standardizing C#... mark for My Articles similar articles
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... mark for My Articles similar articles
Military & Aerospace Electronics
March 2008
Nielsen & Plans
Java Computer Language Eyes Safety-Critical, Real-Time Applications A new drive in the Java community seeks to expand the language's applicability to safety-critical where failure puts lives at risk. 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
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
Information Today
July 14, 2008
Lori Bell
As the (Virtual) Worlds Turn Google released Lively, a public beta version of its much-anticipated three-dimensional virtual world. mark for My Articles similar articles
JavaWorld
January 2001
Ashlee Vance
Microsoft outlines Java migration path to .Net Microsoft outlined its plans Thursday for the delivery of development tools designed to migrate Java applications onto the company's signature .Net platform... mark for My Articles similar articles
JavaWorld
August 2000
Mark Pollack
Code generation using Javadoc This article presents a custom doclet that provides a simple extensible architecture to generate code for SQL schema, and Java and C++ classes from simple Java class definitions. mark for My Articles similar articles
BusinessWeek
July 15, 2010
Michael White
3D Mania Shows Signs of Fatigue For moviegoers, the thrill of 3D may be fading. 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
InternetNews
March 29, 2011
Java EE 7 Moves Forward Executive Committee of the Java Community Process approves JSR 342 for Java 7. What's new and why is this Java built for the cloud? 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
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. mark for My Articles similar articles
BusinessWeek
August 13, 2007
Aili McConnon
Just Ahead: The Web As A Virtual World Imagine being able to have a digital replica of yourself stroll from one site to another. 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 2000
Todd M. Greanier
Flatten your objects The Java Serialization API is used by many other Java APIs (like RMI and JavaBeans) to persist objects beyond the duration of a running virtual machine. This article tries to demystify the secrets of the Java Serialization API. mark for My Articles similar articles
T.H.E. Journal
April 2004
MapleNet 2.0 MapleNet 2.0 is a Web-based learning platform for mathematical and related courses that supports the use of Java Server Pages (JSP) for content creation, includes a graphical user interface for publishing new content, and takes full advantage of the enhancements of Maple 9. 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
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
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