Similar Articles |
|
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 June 2002 Sunil Kumar & Nitin Nanda |
Create your own type 3 JDBC driver, Part 2 Type 3 JDBC (Java Database Connectivity) drivers, primarily useful for Internet/intranet applications with no required client-side setting, provide flexible system administration facilities. This article explains how to compile, deploy, and use a custom driver. |
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.... |
InternetNews June 24, 2005 Susan Kuchinskas |
SQL Server, Meet Java Microsoft announced the public beta availability of the SQL Server 2005 JDBC Driver. |
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 October 2000 Siva Visveswaran |
Dive into connection pooling with J2EE Connection pooling is a technique used for sharing server resources among requesting clients. This article focuses on support for connection pooling of both database resources and nondatabase resources in a J2EE environment... |
PC World November 2002 Anne Kandra |
Don't Let Driver Woes Drive You Nuts Here's how to cope when driver problems make your peripherals inoperative. |
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. |
PC Magazine June 8, 2004 Bill Howard |
Good-Driver Program Windows XP represents a major step forward in stability for users, in large part because of its certification program for drivers. |
JavaWorld February 2001 Taylor G. Cowan |
Get disconnected with CachedRowSet The new CachedRowSet, still in early access release, provides benefits that developers can begin to take advantage of right away. The author demonstrates how you can use a CachedRowSet as the data model for a JavaServer Pages (JSP) entry/edit form... |
InternetNews October 1, 2007 Sean Michael Kerner |
Driving Linux The Linux Driver Project is aiming to get drivers and Linux users aligned. |
Linux Journal May 2000 P. T. Breuer, A. Marin Lopez & Arturo Garcia Ares |
The Network Block Device A network block device (NBD) driver makes a remote resource look like a local device in Linux, allowing a cheap and safe real-time mirror to be constructed. |
JavaWorld June 6, 2003 Michael Juntao Yuan |
High-availability mobile applications The author first discusses the "occasionally-connected" paradigm for high-availability mobile applications. He explains the roles of mobile databases in this paradigm. Then, he uses an example J2ME application to illustrate the key components of mobile database applications. |
PC Magazine January 1, 2008 Neil Randall |
Installing Hardware Drivers Installing hardware drivers on Linux has grown easier over the years. With today's Ubuntu many drivers are built right into the OS (as with Windows), whereas others can be downloaded and installed easily. |
JavaWorld January 2002 Yuan & Long |
Build database-powered mobile applications on the Java platform This article explains how to create mobile database applications using the Java 2 Platform, Micro Edition/Mobile Information Device Profile (J2ME/MIDP) and the Java 2 Platform, Enterprise Edition (J2EE). The authors introduce an architecture that uses JavaServer Pages (JSPs) as middleware between a MIDP frontend and a database backend. They also explain specific design decisions and implementation issues, such as persistent storage, network connection, session management, and data communication. Their discussion focuses on the integration between the client and server-side Java applications. |
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 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... |
InternetNews June 23, 2006 Andy Patrizio |
Will Your Drivers Make Microsoft's Grade? Microsoft is launching a Driver Quality Rating system that will grade device drivers on their quality, based on how often they crash. A low grade could mean OEMs will shun the product. |
Macworld September 2000 Stephan Somogyi |
Disk Drivers Disk-Management Utilities Go Beyond Apple's Stock Drivers with Support for FireWire |
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. |
PC Magazine April 6, 2004 M. David Stone |
Better Drivers I recently discovered an apparent problem with a Microsoft printer driver in Windows XP. After downloading new drivers from the printer manufacturer's site, my printer works fine. |
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 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 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. |
BusinessWeek March 5, 2007 Dean Foust |
How Technology Delivers For UPS UPSs innovation is an example of how technology can help companies capture institutional knowledge about their customers. |
Job Journal May 1, 2005 Julia Hollister |
Driving Ambition There's a driving demand for employees at charter, taxi and trucking firms. |
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 June 13, 2003 Camerlengo & Johnson |
Make the Java-Oracle9i connection This article provides Java programmers with techniques for utilizing Oracle9i's new object-oriented features such as inheritance, custom constructors, dynamic dispatch, array descriptors, and mapping strategies from a Java class hierarchy to an Oracle type hierarchy without using traditional object-relational (O/R) mapping strategies. |
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. |
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. |
InternetNews November 6, 2008 Andy Patrizio |
Windows 7 Drivers to Get a Makeover Microsoft has already said Windows 7 will retain Vista's driver model, ensuring hardware drivers written for Vista will work with the new operating system when it ships. |
Entrepreneur July 2006 Jane Easter Bahls |
The Outsiders How far does your workers' compensation stretch? |
PC World October 2002 Kirk Steers |
Keep Your Hardware Upgrades Hassle-Free Upgrade your hardware the right way with these seven tips; a freebie from Intel identifies your PC's CPU. |
JavaWorld November 2002 |
Letters to the Editor How do you use Runtime.exec() to return process ID (PID)?... What's wrong with servlets in a Java Message Service (JMS) solution?... How do you put serialVersionUIDs in Serializable classes?... etc. |
Wall Street & Technology February 25, 2005 |
Regulators in the Driver's Seat Regulation is here to stay and remains the No. 1 driver for IT organizations within securities and investments businesses for 2005, says recently released research by TowerGroup. |
JavaWorld May 10, 2002 |
Java Product News Zeosoft launches beta testing program... AdventNet adds WebSphere support to ManageEngine... HIP extends AWT and Swing... Microsoft releases SQL Server 2000 Driver for JDBC... Wily Technology adds BEA WebLogic Server 7.0 to Introscope 3.0... MetaMatrix partners with Versata... etc. |
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. |
PC World August 2001 Kirk Steers |
Your PC's Case--Enter With Caution Ten steps for installing new hardware, from electrical grounding to driver updates... |
IndustryWeek December 1, 2003 Traci Purdum |
Less Time To Keep On Truckin' New rules on truck drivers are aimed at reducing fatigue-related accidents. The limitation on driving time could raise costs and impact manufacturers. |
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... |
CIO May 1, 2002 Sarah Johnson |
On the Road Using VoiceXML and a cell phone, the Road's Scholar lets solitary drivers interact with a robotic voice that asks trivia questions and shares tips such as how to classify wine and understand stocks... |
InternetNews January 30, 2004 Clint Boulton |
IBM Wants Developers to Feel the Stinger Big Blue tailors its forthcoming database software to work more comfortably with the Eclipse open-source platform. |
JavaWorld July 2000 Sanjay Mahapatra |
Transaction management under J2EE 1.2 This article provides an overview of transaction management in the Java 2 Platform Enterprise Edition (J2EE) and discusses the benefits and tradeoffs of various transaction-management options. |
Popular Mechanics March 2008 Allen St. John |
Anatomy of a NASCAR Crash To understand what the safety gurus are up against, it helps to know a bit about kinetic energy, which is a measure of how much work -- or damage -- an object can do in motion. |
Job Journal September 12, 2004 Julia Hollister |
Plenty of Work Behind the Wheel If you like to drive, you can find a career commandeering a wide range of vehicles. |
JavaWorld June 2002 |
Java Product News (updated June 7, 2002) PointBase adds JDBC 3.0 compatibility to RDBMS suite... TogetherSoft voices support for Sun ONE... MKS enhances source code analysis tool... Rational Software introduces ScriptAssure... Phaos Technology launches three XML toolkits... LogicLibrary integrates Logidex with Sun ONE Clover reveals unexecuted code... Sun integrates J2EE app server with Solaris... etc. |
Car and Driver December 2004 Sherri Daley |
Virtual Absolution You may be able to resolve that speeding ticket by taking your punishment online. |
Job Journal April 30, 2006 Julia Hollister |
Rev Up Your Career If you have a driving ambition, here's a look at three opportunities that await you. |
Job Journal April 25, 2010 |
Career Snapshot: Truck Driver An improving economy means transport companies will be hiring more truck drivers. |
JavaWorld April 2001 Anil Hemrajani |
How many times do you restart your server during development? Java's dynamic class-loading capabilities are a major plus, but its lack of class-reloading functionality can waste development time when you're forced to restart your server several times. Is there a solution? |