Similar Articles |
|
Linux Journal July 1, 2004 Healy et al. |
Eclipse Goes Native Eclipse is an open-source, extensible integrated development environment (IDE) that's growing quickly in popularity. Written in Java, it provides a multilanguage development environment that allows developers to code in Java, C and C++. |
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... |
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? |
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... |
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. |
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... |
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. |
JavaWorld August 2000 Sanjay Mahapatra |
Benefit from platform-independent builds This article explains the advantages of using a platform-independent, automated build process, and it describes two tools that support such a process, namely Make in Java (jmk) from the Free Software Foundation and Ant from the Jakarta Apache Project. |
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. |
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? |
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. |
JavaWorld May 2001 Thierry Manfe |
Embed Java code into your native apps Embedding Java code into a Unix application developed in C or C++ can create problems related to GUIs or threads synchronization. Here's a solution that relies on a good understanding of the Unix APIs and robust software architecture... |
JavaWorld November 2001 |
Just don't call J# Java Microsoft's newly released Visual J# .Net Beta 1 offers Microsoft Visual J++ (VJ++) developers a migration path to .Net for their VJ++ projects. While J# successfully converts a range of compiled Java code into .Net binaries, its JDK support remains frozen at Java 1.1.4 and the .Net binaries work only on Windows. |
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... |
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... |
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. |
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 September 2002 Jonathan Lurie |
Product Snapshot: J# J# provides Java developers a key for entering the .Net platform |
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. |
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. |
JavaWorld June 2000 Julie Salzmann |
News and New Product Briefs (June 16, 2000) Citrix optimizes Java apps on MetaFrame for Solaris; Motorola unveils J2ME-enabled handsets; IBM contributes SOAP technology to Apache Software Foundation; Bolero 3.1 adds XML capabilities; SND supports Java on handheld and cellular devices; InstallShield enhances Java Edition with Linux; Bluestone Software unveils Total-e-Server. |
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. |
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 July 2002 Hugo Scavino |
Bridge the gap between Java and Twain While the Twain C API has allowed traditional programming languages like C, C++, and Delphi to easily integrate imaging devices, Java has no native support for such hardware. Instead, Java relies on its Java Native Interface (JNI) specification to bridge the gaps. |
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... |
JavaWorld September 2002 |
Letters to the Editor Is one XML security suite better than another? What's the difference between javac and BeanShell? Is there a preferred Java Web framework? JavaWorld authors answer those questions and more. |
JavaWorld February 2001 Oliver Enseling |
iContract: Design by Contract in Java The Design by Contract technique stresses the importance of explicitly specifying the constraints that hold before and after a software component executes. The iContract Java language extension implements Design by Contract for Java. |
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. |
JavaWorld October 2000 Julie Salzmann |
Java Product News Intuitive Systems updates Optimizeit; Zucotto's WHITEboard SDK drives device development; Attunity Connect adds XML and Java capabilities; IBM eServer pSeries 680 serves up Java; IntelliJ CodeSearch offers developers usage-based searches... etc. |
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. |
JavaWorld January 2001 Daniel H. Steinberg |
Big news for Macintosh enthusiasts There was plenty of Java news at Steve Jobs's Macworld keynote. In addition, the two 'Java on the Mac' sessions highlighted the support that Apple is providing to make Mac OS X a great platform for running and developing Java applications... |
JavaWorld June 2002 Tom Yager |
Shirt-pocket Java: BlackBerry Java SDK Research In Motion's (RIM) BlackBerry 5810 PDA features a Java development environment (JDE) that includes, for free, a Java editor/debugger, a 5810 hardware emulator, and its own JVM. |
JavaWorld February 2003 |
Letters to the Editor In this month's Letters to the Editor, JavaWorld authors answer questions on typesafe enums, getResource, timers, and JNI libraries. |
JavaWorld June 2000 Julie Salzmann |
News and New Product Briefs (June 23, 2000) 12 company announcements and product briefs, including: Espial launches portal for Java Internet appliance developers; VisiComp 1.2 enlightens Java development process; Codagen updates Gen-it for Java; SiteMinder improves security for enterprise Java apps; Emwerks unveils JVM for Palm platform. |
JavaWorld July 2001 Daniel H. Steinberg |
Macworld: Will Mac OS X be your next development platform? The combination of Apple's Titanium laptop with the soon-to-be released Mac OS X version 10.1 present two compelling reasons for you to make the Mac your Java development platform... |
The Motley Fool August 24, 2007 Tim Beyers |
Sun Seeks a Java Jolt Sun Microsystems is changing its ticker from SUNW to JAVA. Does a new ticker presage a new business model? |
JavaWorld January 2002 |
Macworld: Java is alive and well on the Mac Java developers will be hearted by news from the Macworld Conference and Expo: Apple's commitment to bundling Java 1.3 in Mac OS X will help ensure Java's success on the Mac platform, as will the company's upgrade to the G4 processor in the new iMac. |
JavaWorld April 11, 2003 Mitch Gitman |
Axis-orizing objects for SOAP Axis is an open source Java framework for implementing Web services over XML-based SOAP. This article guides the reader through the minefield of developing and deploying a sophisticated Web service using Axis. |
JavaWorld July 25, 2003 |
Letters to the Editor JavaWorld authors discuss byte code encryption, jEdit's attractive features, method synchronization, and more. |
InternetNews July 30, 2004 Michael Singer |
Middle Ground Sought for Open Source Java BEA's proposal to split control of the Java namespace and brand is drawing keen interest even from Sun. |
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... |
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... |
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. |
JavaWorld November 2002 Shah & Sommers |
Effort on the edge, Part 1 The authors look at recent changes in the Java Community Process (JCP) and ask whether the JCP helps or hinders Java's future. They also suggest how Java developers can influence Java's future. |
JavaWorld March 2001 Humphrey Sheil |
J2EE project dangers! You need to juggle many balls when embarking on an enterprise Java project: vendor relationships, chronic over-engineering in both design and development, staying sane. This article analyzes the top 10 dangers that threaten the success of all enterprise Java projects... |
JavaWorld December 5, 2003 |
Java Product News Ekkon Technologies optimizes MerchantSpace Commerce... Etnus connects debuggers... Koalog reveals Koalog Configurator 0.13 |
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... |
JavaWorld May 2002 Toby Reyelts |
Integrate Java and C++ with Jace Jace -- a free, open source toolkit -- lets you easily write JNI (Java Native Interface) code. This article analyzes in detail the JNI API's problems and how Jace solves them... |
InternetNews February 26, 2004 Clint Boulton |
IBM Prods Sun to Open Up Java Reacting to a comment from a Sun official, Big Blue's Rod Smith proposes an open-source Java development project. |
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. |