Similar Articles |
|
JavaWorld October 2002 Jeff Friesen |
Java's character and assorted string classes support text-processing Text-processing is one of the more frequent activities in which computer programs engage. Java supports that activity via the Character, String, StringBuffer, and StringTokenizer classes. This article explores each class and introduces you to an assortment of those classes' methods. |
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)... |
JavaWorld February 2002 Jeff Friesen |
Classes within classes As with fields and methods, Java allows classes to be members of other classes. This article explores Java's support for class nesting... |
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... |
JavaWorld May 2001 Jeff Friesen |
Object-oriented language basics, Part 2 In this article, you'll gain an understanding about fields, parameters, and local variables and learn to declare and access fields and methods... |
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. |
JavaWorld July 2001 Benedict Chng |
Matchmaking with regular expressions You won't need to write messy code with many charAt substring functions and StringTokenizers once you learn how to use the pattern-matching capabilities of regular expressions to process and parse your text files... |
JavaWorld January 2001 Brian Goetz |
Design for performance, Part 1: Interfaces matter Many common Java performance problems stem from class-design decisions made early in the design process, long before most developers even start thinking about performance... |
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... |
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... |
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... |
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... |
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... |
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#... |
JavaWorld March 2003 David Geary |
An inside view of Observer The Observer pattern lets you build extensible software with pluggable objects by allowing communication between loosely coupled objects. The author explores the Observer pattern, how it's used throughout the Java 2 SDK, and how you can implement the pattern in your own code. |
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... |
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... |
JavaWorld February 2003 Laurence Vanhelsuwe |
Unwrap the package statement's potential The package statement is a very powerful Java language feature. Yet most Java programmers, even experienced ones, fail to correctly exploit this power. Intrigued? Read on and see how a simple language feature can have massive repercussions downstream. |
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 April 2001 Bin Yang |
E++: A pattern language for J2EE applications, Part 1 E++, an Alexandrian pattern language, describes the process for creating a J2EE framework. Compared with a loose pattern collection, E++ provides rules for design patterns to work together in solving a set of related problems... |
JavaWorld November 30, 2001 |
Java Product News JBuilder 6 now available... UDDI project enhances Business Registry... SoftQuad and Interwoven form alliance... Small Worlds provides visual map of Java software... Anest Software releases Jini toolkit... JCP wraps up a successful year... etc. |
Linux Journal June 1, 2007 Marcel Gagne |
Cooking with Linux - Languages Build Character, or Vice Versa Just what do you have to do to type those special characters anyhow? By adding the Character Selector to your Kicker panel, special characters are always handy. |
JavaWorld October 2001 Serge Knystautas |
Create email-based apps with JAMES Java developers understand Web- or Swing-based applications, but what about email-based applications? The Jakarta Project offers the JAMES mail server as a framework for this new concept in application development... |
JavaWorld April 12, 2002 |
Java Product News Manning teaches instant messaging protocol... Actional releases Web services gateway... Insignia introduces Java-based solution for devices... Excelsior updates JET... O'Reilly publishes Jython Essentials... JTransit deploys ColdFusion apps to J2EE... etc. |
JavaWorld January 3, 2003 |
Java Product News Wrox publishes certification guide... Xoetrope launches XTranslator... FirstSQL receives in-memory database architecture... Manning releases LDAP guide... Eclipse introduces new open source project... Software 7 launches JavaHelp authoring tool... etc. |
JavaWorld November 2001 |
Java Product News Borland releases J2EE platform... Popkin's System Architect 8.5 now available... MKS and Borland combine products... Phaos toolkit scouts out digital certificates... Atinav launches embedded development platform... HP and NDS put Java on TV... etc. |
JavaWorld July 27, 2001 |
Java Product News SmartMode introduces JSP development tools... HP updates Process Manager... Cirquet and InCert added to Sun's Forte for Java... etc. |
JavaWorld April 4, 2003 |
Java Product News QFS updates UI testing tool... INM introduces Moka Xtra... etc. |
JavaWorld November 2, 2001 |
Java Product News Compuware introduces OptimalJ... Matisse combines native object support with server-based SQL... Houston Technology Group upgrades EJBX... Instantis releases Web services environment... Sun ONE enlists Aligo... CreamTec updates WebCream... VMGear releases Optimizeit Suite... etc. |
JavaWorld April 19, 2002 |
Java Product News PolarLake joins Forte for Java's vendor partner program... Speech recognition software vendors establish partnership... O'Reilly launches enterprise series... Dirig app managers support Sun ONE services... Faceless.org updates report generator... etc. |
JavaWorld August 3, 2001 |
Java Product News BEA releases WebLogic Server 6.1... DevelopMentor updates code reuse tool... Kinecta expands J2EE support... etc. |
JavaWorld April 27, 2001 Jennifer Wilson |
Java Product News Motorola releases first MIDP-certified wireless phones... WebGain's Application Composer builds EJB applications... Brokat Advanced Server/J 4.6 now J2EE-compatible... OASIS releases Java tests... Poet and NewMonics integrate products... etc. |
JavaWorld November 9, 2001 |
Java Product News HP and NDS put Java on TV... SavaJe XE runs J2SE applications on devices... Creative Science Systems launches Web services-based compiler... ATG delivers Dynamo beta for WebLogic... Manning publishes new JSP book... Day releases JSP debugger... etc. |
JavaWorld June 13, 2003 |
Java Product News: JavaOne recap Check out the new tools vendors rolled out during the 2003 JavaOne Conference & Expo. |
JavaWorld December 20, 2002 |
Java Product News Handango updates its Commerce Engine... Ephox ships content authoring app... Velare Technologies launches Discorso... JCP issues final release of JSR 90... GOBS separates Java apps into modules... Codagen transforms UML into code... Orient Technologies releases ODBMS Just Edition 2.0... etc. |
JavaWorld April 26, 2002 |
Java Product News IBM releases tools for the Eclipse platform... Sun enhances Java Card... Vulcan Machines launches Moon2... Ozibug exposes bugs... SOAPtest checks Web services... O'Reilly releases Web Performance Tuning, Second Edition... PointBase pinpoints mobile market... etc. |
JavaWorld February 28, 2003 |
Java Product News Cape Clear updates WSDL Editor... Instantiations adds to CodePro product suite... AquaFold announces Aqua Data Studio 2.0... anacubis Viewer uncovers relationships and trends in data... Openwave announces new mobile toolkits... Sonic Software updates SonicMQ... etc. |
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. |
JavaWorld June 21, 2002 |
Java Product News Sun updates Web services package... Manning publishes exam kit... Neon casts ShadowConnect... ThinkFree and SavaJe partner... Sun releases Sun ONE Studio... ObjectVenture adds new features to pattern-oriented IDE... Parasoft upgrades WebKing... etc. |
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. |
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 November 21, 2003 |
Java Product News /k/ Embedded Java Solutions unveils Mika... Infravio assembles Ensemble 4.0... Reasoning improves inspection services |
JavaWorld September 28, 2001 |
Java Product News Sun releases J2EE 1.3... Kada and Cisco partner to expand network capabilities... Merant launches content management tool... Java and XSLT now available from O'Reilly... TIBCO licenses J2EE... Amber Archer introduces open source Java class library... etc. |
JavaWorld February 21, 2003 |
Java Product News Openwave announces new mobile toolkits... Sonic Software updates SonicMQ... Recursion Software announces JMS solution... Murach publishes servlet/JSP guide... Versata offers free plug-in for WebSphere Studio... Blaze Decision System 5.0 now available... etc. |
Fast Company Rose Pastore |
Snapchat And Twitter Can Also Transmit The iPhone Text Crash Bug Earlier this week, a string of characters in Chinese, Marathi, and Arabic, sent via text message, began crashing iPhones around the world. |
JavaWorld March 28, 2003 |
Java Product News IBM revamps Toolbox developer service... JabberD Quickstart available for free download... Gallaware enhances servlet framework... ClientSoft announces Web services/legacy integration system... Parasoft unveils error prevention suite... IronEye SQL available for free trial download... etc. |
JavaWorld April 11, 2003 |
Java Product News Fiorano announces distributed computing solution... H&W launches DiagnoSys... Coldbeans Software updates JSP tag suite... ICS completes BX For Java testing... QFS updates UI testing tool... INM introduces Moka Xtra... IronEye SQL and IronEye Cache available for download... etc. |
JavaWorld March 21, 2003 |
Java Product News Nextel, Sun, and Motorola announce wireless contest winners... Systinet updates WASP for ISVs... ICS tests BX For Java... Polygenix previews mock testing tool... Proxy Sniffer 2.9 now available... ObjectVenture launches pattern-based development Website... etc. |
JavaWorld January 11, 2002 |
Java Product News Data Representations introduces micro Java development tool... Quickstream and Drala Software combine products... JWorks develops embedded apps... JavaOne registration opens... Alcea Technologies releases bug tracking system... Jini Starter Kit 1.2 now available... etc. |
JavaWorld June 14, 2002 |
Java Product News IBM unifies toolset around Eclipse... MetraTech and Cape Clear partner... NSIcom releases Windows JVM... Ixiasoft enhances TextML Server interoperability... RemoteApps launches Xyrian... Tangosol updates clustered caching software.. etc. |