MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
InternetNews
June 2, 2009
Sean Michael Kerner
Spring 3.0 Jumps on Java The latest Spring framework release will offer Java developers more power. mark for My Articles similar articles
InternetNews
March 17, 2009
Sean Michael Kerner
New 'Spring' in Java's Step Spring Tool Suite 2.0: Eclipse-based tooling gets a boost in speeding Java development. mark for My Articles similar articles
InternetNews
October 19, 2009
Spring 3.0 Updates Lightweight Java Spring framework gets a major release, alongside a new Tomcat server for 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
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
InternetNews
April 30, 2007
Sean Michael Kerner
Java Springs Forward With Open Source Framework Interface21, the commercial vendor behind the Spring open source Enterprise Java Application Framework, is rolling out new releases intended to make Java development easier than ever. mark for My Articles similar articles
JavaWorld
July 18, 2003
James Carman
Get down to business In this article, you will learn how to structure your applications such that modifications to the business object implementation do not require changes to the user interface using a simple framework for accessing your business objects. 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
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
June 27, 2003
Rick Grehan
Meet the new JBoss JBoss 4.0, which is a cinch to install, offers a Web server, Enterprise JavaBeans (EJB) 2.0 container, Java Message Service (JMS), JavaMail, and more, but its aspect-oriented programming (AOP) capabilities make the product really stand out. mark for My Articles similar articles
JavaWorld
December 19, 2003
Frank Sommers
Call on extensible RMI Remote Method Invocation (RMI) has become a standard communication mechanism between remote Java objects. The latest RMI framework, Jini Extensible Remote Invocation features a powerful, highly configurable RMI security mechanism. 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
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
Humphrey Sheil
Frameworks save the day Every Enterprise Java project has the same basic plumbing. By embracing this premise, you can cut project costs and improve software quality in one swoop. Even the lightweight framework outlined in this article can add significant value to your project -- with immediate gains... mark for My Articles similar articles
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... mark for My Articles similar articles
InternetNews
December 8, 2008
Andy Patrizio
Adobe, SpringSource Team For Enterprise RIAs It was possible to make server-side Java apps support Flash or Flex, but it wasn't easy. Adobe and SpringSource are planning to fix that. mark for My Articles similar articles
InternetNews
July 7, 2010
Faster Apache Cayenne 3 for Java Framework The open source Java framework sports enhanced performance and ease of use. mark for My Articles similar articles
JavaWorld
March 2003
Renaud Pawlak
Add a JAC to your toolshed JAC (Java Aspect Components) is an application server that offers an open source alternative (under GNU Lesser General Public License) to Java 2 Platform, Enterprise Edition (J2EE) environments for the development of Java, Web-based distributed applications. 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
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
July 2002
Humphrey Sheil & Michael Monteiro
Rumble in the jungle: J2EE versus .Net, Part 2 In Part 2 of this two-part series, the authors shift from the theoretical to the practical by demonstrating how to employ J2EE and Microsoft .Net to develop a concrete Web application. 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
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
InternetNews
May 4, 2009
Sean Michael Kerner
SpringSource, Hyperic Merge for App Management SpringSource, a player in open source Java frameworks, is moving to add Java application management to its offerings - today acquiring open source systems management vendor Hyperic. mark for My Articles similar articles
JavaWorld
September 2002
Jonathan Lurie
Product Snapshot: J# J# provides Java developers a key for entering the .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
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
June 2002
Humphrey Sheil & Michael Monteiro
Rumble in the jungle: J2EE versus .Net, Part 1 Heard a lot about .Net versus J2EE? Wondering what that conflict means for you? An unbiased explanation as to how J2EE and .Net match up. mark for My Articles similar articles
InternetNews
August 10, 2009
VMware Picks Up SpringSource for $362M The Java Web development and middleware vendor goes to the virtualization giant. 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
InternetNews
March 11, 2010
SpringSource Adds VMware to Tomcat New version of commercial Tomcat Java server debuts combining Java smarts with VMware virtualization. mark for My Articles similar articles
JavaWorld
May 2001
Markus Dorn
Reading objects is easy with SAX By following some simple rules when mapping objects to XML, you can easily read object structures, even complex ones, from XML. See how you can use SAX to eliminate that complexity... mark for My Articles similar articles
InternetNews
May 19, 2006
Andy Patrizio
Google Cleans Ajax for Java Google Web Toolkit takes regular Java apps and converts them to the often-incompatible JavaScript for all browsers. mark for My Articles similar articles
InternetNews
October 6, 2004
Michael Singer
A Search Engine For Java Code IBM is developing a search engine it claims will let Java developers find even the briefest code examples in a fraction of the time it now takes. mark for My Articles similar articles
JavaWorld
June 2002
Letters to the Editor Shouldn't Microsoft get credit where credit is due? How do you program a Java class file into an iPAQ? JavaWorld authors answers those questions and more. mark for My Articles similar articles
JavaWorld
March 2001
Jean-Pierre Dube
Printing in Java, Part 5 This article concludes the design of the print framework, covering graphic primitives, the print-preview feature, and handling text... 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
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
InternetNews
February 1, 2006
Clint Boulton
Tech Vendors Call For Open AJAX IBM, Google, Yahoo and others kick off a project to facilitate AJAX adoption; BEA Systems launched Workshop Studio 3.0, which provides Eclipse Tools for the Enterprise JavaBeans 3.0 database persistence interface. 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
InternetNews
December 27, 2005
Clint Boulton
Startups Board the AJAX Bandwagon New companies are touting AJAX, thanks to forays from Microsoft and Google. mark for My Articles similar articles
JavaWorld
May 2002
Ryan Daigle
Eliminate JDBC overhead Most J2EE and other types of Java applications interact in some way with information persisted in a database. Interfacing with that database involves several iterations of SQL statements, connection management, transaction lifecycles, result processing, and exception handling. The many parts of this ritualistic dance are common in all contexts; however, this replication doesn't have to exist. This article outlines a flexible framework that remedies the repetition of interacting with a JDBC-compliant database. mark for My Articles similar articles
InternetNews
February 11, 2005
Jim Wagner
.NET Gears For Next Close-Up Microsoft gears up for the next beta launch of its programming framework. mark for My Articles similar articles
D-Lib
May/Jun 2007
Saidis & Delis
Type-consistent Digital Objects This article provides an overview of the Digital Object Prototype framework and highlights its type-conformance capabilities and shows how heterogeneous digital material can be treated in a uniform manner without resorting to custom developments. mark for My Articles similar articles
JavaWorld
March 2003
Michael Juntao Yuan
J2EE and beyond As J2EE technology matures, basic Java and J2EE programming skills are no longer adequate to secure a highly paid job in today's tightened market. This article discusses the latest trends in J2EE and developer training. 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 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
JavaWorld
June 2002
Dirk Laessig
Score big with JSR 77, the J2EE Management Specification The specification's core is based on the model of managed objects, explained in this article. JSR 77 also defines an Enterprise JavaBeans (EJB) component for easily accessing these managed objects. mark for My Articles similar articles
New Architect
March 2002
Al Williams
Scripting Update Is ASP.Net your next Web development platform? mark for My Articles similar articles
InternetNews
December 6, 2005
Sean Michael Kerner
Gosling: Java's All About The Community James Gosling, the father of the decade-old Java programming language is urging the developers who made Java what it is today to make sure they're building Java for tomorrow's tech needs. mark for My Articles similar articles