Similar Articles |
|
JavaWorld May 2002 Nitin Nanda |
Create your own type 3 JDBC driver, Part 1 How would you like to create your own type 3 JDBC driver or convert an existing JDBC driver to type 3? Type 3 drivers, primarily useful for Internet/intranet applications with no required client-side setting, provide flexible system administration facilities... |
JavaWorld July 2000 Nitin Nanda |
JDBC drivers in the wild In this article, we'll examine the basic architecture of the four different types of JDBC drivers and enumerate their pros and cons. In addition, we'll evaluate and compare five specific industry-standard drivers... |
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 December 2000 Steven Gould |
Develop n-tier applications using J2EE Introducing the 13 core technologies of the Java 2 Platform, Enterprise Edition (J2EE): JDBC, JNDI, EJBs, RMI, JSP, Java servlets, XML, JMS, Java IDL, JTS, JTA, JavaMail, and JAF.... |
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. |
JavaWorld August 2000 Samudra Gupta |
JDK 1.2 breaks the Java sound barrier This article shows how to implement high-quality audio formats through applets and presents the communication possibilities between JavaScript and Java 2 applets... |
JavaWorld July 2000 Patrick Sean Neville |
Crafting Metadata Like a classic plot retold in a new setting, software applications have extended lifetimes when decoupled from their contextual details. This article exposes how traditional configuration files, XML-based properties, and cryptography help keep such details out of code. |
InternetNews June 24, 2005 Susan Kuchinskas |
SQL Server, Meet Java Microsoft announced the public beta availability of the SQL Server 2005 JDBC Driver. |
JavaWorld September 2001 Kevin Pauli |
Pattern your way to automated regression testing In complex systems, the results of one unit test can alter the expected results of another. By applying well-established design patterns to your architecture, you can seamlessly unit test code that accesses databases... |
JavaWorld September 2000 Frank Sommers |
Activatable Jini services, Part 1: Implement RMI activation Jini services must be long-lived and resilient, and must efficiently manage their computational resources with little user intervention. This article shows how to use RMI activation to manage computational resources and increase the availability of Jini services... |
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. |
JavaWorld August 2002 Guy Gur-Ari |
Empower RMI with TRMI Transparent Remote Method Invocation (TRMI) extends RMI to simplify the creation of distributed applications by allowing centralized RemoteException handling and by allowing any interface to be used remotely. This article tours TRMI's inner workings. |
JavaWorld March 2001 Brian Goetz |
Design for performance, Part 3: Remote interfaces 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. This article examines performance issues specific to remote applications... |
InternetNews January 18, 2006 Susan Kuchinskas |
Devs View Microsoft Vista Tools Microsoft released early versions of the Windows Communication Foundation and the Windows Workflow Foundation, which can be used by developers now, along with a Java driver for SQL Server. |
JavaWorld March 2001 Tony Loton |
Access the world's biggest database with Web DataBase Connectivity What if the World Wide Web really were a database; if each Webpage were a table that you could query using SQL or even JDBC? Then you wouldn't be limited to just browsing. This article provides Java code for accessing web pages in an SQL-like manner. |
JavaWorld October 2002 Abulsorour & Visveswaran |
Business process automation made easy with Java, Part 2 Design options for rule engine integration, data synchronization considerations, workflow engine integration, and some best-practice quality-of-service considerations. Also, emerging data interchange standards that enable a more flexible solution |
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. |
PC Magazine September 14, 2011 Samara Lynn |
Hands On: Windows Server 8 Microsoft is calling Windows Server 8 a "game-changer." They might be right. |
Linux Journal November 2001 Michael Yuan |
Linux in Education: Implementing a Research Knowledge Base Keeping up with large volumes of research requires a system both flexible and intuitive... |
JavaWorld September 2000 Tony Loton |
The smart approach to distributed performance monitoring with Java Smart stubs provide a lightweight, noninvasive mechanism for distributed performance monitoring and performance improvement through local caching. Although present in many commercial CORBA object request brokers, smart stubs are not standard in RMI or Java IDL. Read on to find out what you've been missing. |
JavaWorld December 2000 Raghavan N. Srinivas |
Java security evolution and concepts, Part 3: Applet security This article will take a look at the challenges of security for, and the deployment of, applets... |
JavaWorld November 2000 M. Jeff Wilson |
Get smart with proxies and RMI RMI enables developers to either get a remote reference to a distributed object, in which all method calls are forwarded to the server object, or get a copy of the remote object and invoke on it locally. You can combine these approaches in a way that is transparent to the client code... |
CRM November 1, 2011 |
PlumChoice to Extend Tific Version 8.0 to Support Microsoft SQL Server The technical support automation solution now handles multiple database and CRM systems. |
JavaWorld July 2000 Todd Sundsted |
Alternative deployment methods, Part 2: The best of both worlds How to combine the best features of applets with a handful of more traditional deployment techniques, creating a solution both easy to use and powerful enough for the enterprise |
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 October 8, 2010 |
New Release Improves Tcat Server Performance The Tcat Server 6 R4 version of Tcat Server includes performance and security improvements. |
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... |
InternetNews November 10, 2010 |
Microsoft Previews 'Denali' SQL Server Product Developers at a conference in Seattle got their first glimpse of the next wave of Microsoft's SQL Server enterprise database product with the release of community technology preview copies of Denali. |
IEEE Spectrum February 2011 David Schneider |
Network Defense Gone Wrong One common distributed denial-of-service defense could in fact make a Web site more vulnerable |
JavaWorld September 2001 Ashok Mathew & Mark Roulo |
Accelerate your RMI programming Beginning with JDK 1.1, serialization and Remote Method Invocation (RMI) were added to the Java platform. RMI usually runs slower than equivalent CORBA or remote procedure call (RPC) solutions. Fortunately, RMI was designed so that you could apply hand optimizations... |
JavaWorld May 2002 |
A J2EE presentation pattern: Applets with servlets and XML Sometimes a standard HTML view on your J2EE-based system doesn't offer a sophisticated enough user interface. Based on the pattern described here, you can enhance such a Web interface with the Java Plug-in. The Java Plug-in lets you embed applets that consume XML documents and display the contained data in a particular way. These XML documents contain presentation data derived from servlets looking at your business logic tier. This lets your users access powerful UI components while still retaining a strong decoupling between the business logic and presentation tiers---without complicated firewall issues. |
JavaWorld December 2000 Anil Hemrajani |
Applets: Still essential to Java Applets were supposed to revolutionize the Web, but their use has diminished significantly. What's the problem? And what will it take to make them successful? |
JavaWorld March 2001 Vinay Aggarwal |
The magic of Merlin This technical overview will give you insight into the various new features and APIs of the upcoming JDK 1.4 -- code-named Merlin -- expected to be released this month. |
JavaWorld May 31, 2002 |
Java Product News Clover reveals unexecuted code... Sun integrates J2EE app server with Solaris... Borland enhances Java development suite... Coldbeans Software enlarges custom tag library... Alcea Technologies updates error tracking system... VistaJDBC automatically extracts Excel data... etc. |
InternetNews November 4, 2010 |
A Faster Web Thanks to Google? Google released a module for the Apache 2.2 Web server that promises to give tens of millions of sites a significant speed boost. |
JavaWorld September 2000 Todd Sundsted |
Alternative deployment methods, Part 3: The code In Part 3 of his series on application deployment, Todd Sundsted looks at the code that supports the deployment tool he described in Part 2. This article explains the framework's operation, highlights its design features, and explores the challenges of building this type of application. |
JavaWorld May 2002 |
Java Product News (updated May 24, 2002) Sun integrates J2EE app server with Solaris... Borland enhances Java development suite... Coldbeans Software enlarges custom tag library... Alcea Technologies updates error tracking system... VistaJDBC automatically extracts Excel data... Zero G Software improves InstallAnywhere's XML support... etc. |
JavaWorld January 2001 Gregg Sporar |
Retrofit existing applications with RMI Partitioning an existing application so it is distributed across multiple CPUs is easy using Java's Remote Method Invocation (RMI). However, RMI must be carefully introduced into existing source code... |
InternetNews October 21, 2008 Andy Patrizio |
Sun Adds a Little Zip to Java After a lengthy gestation, the faster version of Java that Sun Microsystems has been promising, is finally here. |
InternetNews November 8, 2007 Stuart J. Johnston |
Microsoft's 'Centro' Finally Gets a Name Microsoft revealed the official name of its 'Centro' server bundle for mid-sized businesses this week and also gave a shipping target date. |
InternetNews March 16, 2011 |
Apache Tomcat 7 Getting More Stable From the blogs: The open source Java server continues to eliminate bug and security flaws as the technology matures. |
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 January 2003 |
Letters to the Editor Does Flash support Java Message Service (JMS)? Is a second interface necessary with the Cascading Menu pattern? Is the Sun Certified Enterprise Architect exam biased toward English speakers? JavaWorld authors answer these questions and more in this month's Letters to the Editor. |
JavaWorld September 2000 Jennifer Wilson |
Java Product News Free downloads available for devicetop.com developers; Sun endorses MPEG-4 standard; Flashline.com boosts JBuilder 4 with Flashline Component Manager; new dialog server quickly sets Web interfaces into action; MessageBay adds audio to banner ads; O'Reilly releases second edition of Java programming guide; and more. |
JavaWorld October 2001 Gregg Sporar |
RMI books hit the shelves At last! New books dedicated to Java's Remote Method Invocation technology have arrived in bookstores. This article reviews and compares two new Java RMI books so you can choose the best one for your programming needs... |
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. |
InternetNews November 5, 2010 |
Microsoft Unveils SMB Server Details Small businesses will get a number of new server options from Microsoft. |
JavaWorld June 2000 Tim Fielden, InfoWorld Test Center |
Java 2 poised to take over the desktop Version 1.3 of the Java 2 Platform, Standard Edition has enhanced performance, beefed-up security, and Web deployment features that represent significant improvement over previous versions. Plus: The three flavors of Java. |
JavaWorld May 3, 2002 |
Java Product News Microsoft releases SQL Server 2000 Driver for JDBC... Wily Technology adds BEA WebLogic Server 7.0 to Introscope 3.0... MetaMatrix partners with Versata... Small Worlds navigates Java systems... IBM releases tools for the Eclipse platform... etc. |
JavaWorld May 17, 2002 |
Java Product News Panorama exposes performance problems... Objectivity joins BEA partner program... Servertec expands Internet server... O'Reilly publishes Java Enterprise in a Nutshell, Second Edition... Data Junction extends IBM support... Zeosoft launches beta testing program... etc. |