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. |
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 November 2001 Bishop & Warren |
Jini-like discovery for RMI Not yet on the Jini bandwagon? Despite its powerful mechanisms, Jini has yet to be accepted in mainstream Java development. Until that happens, developers need to find better Remote Method Invocation (RMI) solutions. This article walks you through a Jini-like discovery mechanism for your RMI development. |
JavaWorld March 2002 Matjaz B. Juric |
Integrate EJBs with CORBA Interoperability between EJBs and CORBA is important for integrating Java- and non-Java-based applications. This article shows how to achieve integration between an EJB and a CORBA C++ application... |
JavaWorld December 2001 Joshua Fox |
Deploy code servers in Jini systems Jini is a simple architecture for distributed systems, but developers often find that deploying a Jini system, and running multiple HTTP servers in particular, can be challenging. This article describes several solutions to this problem, and covers the advantages and disadvantages of each solution, such as scripts, embedded HTTP servers, all-in-one Jini systems, and enterprise-class HTTP servers. |
JavaWorld December 2000 Frank Sommers |
Sun lets Jini Starter Kit 1.1 out of the bottle In this interview, Jini architect and Sun Microsystems Distinguished Engineer Jim Waldo discusses the Jini 1.1 release and Jini's role in enterprise systems, offers advice on introducing business-specific APIs into Jini, and gives insight into scaling Jini... |
JavaWorld August 2000 Sanjay Mahapatra |
Programming restrictions on EJB Sanjay provides an overview of the programming restrictions on EJB component code that developers should adhere to and lists the features in Java that you'd be wise to avoid in order to write reliable and portable EJB 1.1 components.. |
Linux Journal August 2000 Daniel Lazenby |
Book Review Open Source Linux: Web Programming by Christopher A. Jones and Drew Batchelor... By the time you reach the end of this book, you will have explored conceptual constructs, models and tools you can use to develop web sites |
JavaWorld December 2001 Humphrey Sheil |
To EJB, or not to EJB? Our industry has spawned folklore and rules of thumb to guide us how best to use EJB -- some true, some out of date, and some pure fabrication. When and how to use EJB in your J2EE application, as well as how to know when EJBs are not the right solution for you... |
JavaWorld June 2002 Jason Byassee |
Unleash mobile agents using Jini Mobile agents are powerful, versatile, and -- possibly most important -- fun to work with. Java's Jini framework facilitates mobile agent application development, providing key features for distributed network programming. |
JavaWorld May 2001 John Zukowski |
Master Java with these introductory books This article reviews six new introductory Java books released within the last year. Should you stick with the old standbys like Java in a Nutshell, Core Java, and The Java Tutorial -- each in their third edition or higher? Or, is it time to move on and try something new? |
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... |
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 October 2001 Bill Venners |
Jini in the age of reusable applications This interview with Ted Achacoso, CTO of GroupServe, discusses the increasing need for network-aware business applications in the enterprise. He suggests that Jini can help enterprise developers in that endeavor, and, in particular, help developers of Web services. |
JavaWorld August 2002 Frank Sommers |
Java's secret weapon Set in the backdrop of JiniFest 2002, the Jini community's first technology showcase, this article revisits the original Jini vision, surveys Jini's progress since the technology's introduction in 1998, and suggests the roles Jini might play in Java's future. |
JavaWorld November 2001 Sommers & Venners |
Jini-talk with Jim Waldo In this interview with Jini architect Jim Waldo, Waldo talks about the impact of mobility on distributed systems, Jini as a tool to reengineer the corporate MIS infrastructure, the importance of type systems, and the semantic Web. |
JavaWorld May 2002 Nik Silver |
Jtrix: Web services beyond SOAP This article describes Jtrix, an open source Web services platform for secure, roving applications. It examines the limits of existing standards, Jtrix's core model, and how Jtrix enables you to create Web services in such areas as hosting, disk space, and CPU time... |
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... |
Linux Journal May 2000 Andrew G. Feinberg |
Book Review Linux Red Hat Certified Engineer Exam Cram by Kara J. Pritchard |
Home Toys October 2004 Bob Hetherington |
HTI+ Home Technology Integrator & CEDIA Installer I All-In-One Exam Guide A guide for those looking to pursue a career in home technology and automation. |
JavaWorld October 2000 Frank Sommers |
Activatable Jini services, Part 2: Patterns of use This article concentrates on the consequences of activation in the Jini context. Sommers exponds on the issue of deactivating objects, then considers the implications of deactivation for well-designed Jini services and how the Jini helper services introduced in the 1.1 beta version of the JSK can contribute... |
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? |
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 August 2002 |
Jini's relevance emerges, Part 2 Sun Microsystems Fellow and Chief Engineer Rob Gingell compares the ability of Web services and Jini to deal with network failure and system change. He also discusses polyarchic systems, intellectual property, the JDK's role in relation to Jini, and Liberty Alliance. |
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... |
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... |
Linux Journal June 2000 Ibrahim F. Haddad |
Book Review Running Linux, 3rd Edition, by Matt Welsh, Matthias Kalle Dalheimer & Lar Kaufman |
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 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 March 2001 Jeffrey Peden |
Browse user interfaces for Jini services The ServiceUI specification developed by the Jini.org community defines a suggested procedure for attaching user interfaces to Jini services... |
JavaWorld August 2002 Frank Sommers |
Jini's relevance emerges, Part 1 Sun Chief Engineer Rob Gingell discusses the role of Jini in Sun's new software organization; the relationship between Jini, Web services, and the Sun ONE initiative; and the rationale for document-centered Web services versus mobile object systems. |
JavaWorld May 2002 Frank Sommers |
The adventures of JWSDP An examination of the current array of Web services tools, specifically from Sun Microsystems' toolkit, Java Web Services Developer Pack... |
Chemistry World June 4, 2013 Andrew Wilbey |
The science of ice cream This second edition by Chris Clarke provides an update on the original, published in 2004, including a new chapter treating ice cream as a composite material. |
Linux Journal May 2000 Ben Crowder |
Book Review WordPerfect for Linux Bible |
InternetNews October 14, 2005 Erin Joyce |
The Edge is Everywhere Remember Jini? After stumbling in 1999, the open software technology has found its legs again - and so has Sun Microsystems' motto. |
Salon.com June 13, 2000 Janelle Brown |
Stephen King's horrifying proposal The bestselling author creates a writer's worst nightmare: pay-per-chapter downloadable e-books. |
JavaWorld July 2001 Anil Hemrajani |
Javaware: The challenge of staying current Since the advent of the World Wide Web and Java, the number of new standards, tools, and technologies introduced has been astounding. How do you decide what to specialize in, and how do you manage to stay current in this ever changing landscape? |
Chemistry World June 19, 2013 Robert Skelton |
Biodiesel: production and properties There is a shortage of books on biodiesel and this book by Amit Sarin tries to fill that gap. Like the curate's egg, it is good in parts. |