Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Implement Java-based distributed computing with RMI
- The remote method invocation RMI framework allows J2EE applications to invoke methods on other Java objects residing in other virtual machines. Find out how to harness this distributed computing functionality in your own Java development.The Java 2 Enterprise Edition (J2EE) remote method invocation RMI framework enables you to create virtually...
- Tags: Programming languages, Jeff Hanson, Java 2 Enterprise Edition remote method invocation framework, distributed computing, remote method invocation framework, Java RMI, Java, java.rmi.Remote, java.rmi.RemoteException, Java Object, virtual machine
- Technical articles 2003-06-30
Additional Resources
- I Can't Understand Why My Method Call Is Ambiguous
- One of the jobs of the Java platform compiler javac is to determine which method should be applied to a specific method invocation. This is a very simple process if there is only one method that can be applied to the invocation but becomes a lot more complicated when the...
- Tags: Invocation, Compiler, Development Tools, Software Development, Software/Web Development
- White papers
- High Performance Java Remote Method Invocation for Parallel Computing on Clusters
- This paper presents a more efficient Java Remote Method Invocation RMI implementation for high-speed clusters. The use of Java for parallel programming on clusters is limited by the lack of efficient communication middleware and high-speed cluster interconnect support. This implementation overcomes these limitations through a more efficient Java RMI protocol...
- Tags: High-performance, Computing, Programming Languages, Java, Leadership, Middleware, Software Development, Software/Web Development, Management, Enterprise Software, Software
- White papers 2007-04-12
- A Guide to Understanding Web Application Development
- With many corporations facing increased maintenance costs of older legacy systems, they are looking for ways to streamline those systems to reduce costs while enhancing the systems functionality. This is where the Java 2 Enterprise Edition Platform (J2EE) 1.3 can greatly benefit a company by enabling them to integrate their...
- Tags: Web, Web Application, SAS Institute, J2EE Platform, J2Ee, Java, Application Servers, EJB, Middleware, Enterprise Software, Hardware Upgrade, Software Development, Software/Web Development, Programming Languages, Software, Hardware
- White papers 2004-04-14
- Web Services APIs for J2ME, Part 2: Java API for XML Processing
- The Web Services APIs WSA for Java 2 Platform, Micro Edition (J2ME), as defined by the Java Community Process Java Specification Request JSR 172, defines two independent optional packages for remote service invocation and XML parsing. These Java APIs are targeted at both the Connected Device Configuration CDC and the...
- Tags: CLDC, Web, J2ME, Java, Programming Languages, XML, Software Development, Software/Web Development, Web Development
- White papers 2004-11-02
- Using Java Method Traces to Automatically Characterize and Model J2EE Server Applications
- This paper describes a novel framework used to characterize a J2EE Java Enterprise Edition application and develop models of the application by using Java method tracing in a Java-technology based application server. Application servers are critical to large-scale, online servers and serve as middleware to provide secure access to transactional,...
- Tags: J2EE Server, Application Server, Application Servers, Middleware, Programming Languages, Java, Servers, Enterprise Software, Software, Software Development, Software/Web Development, Hardware
- White papers 2006-11-08
- J2ME: RMI Optional Package (RMI OP); JSR 66 Overview
- Developed through the Java Community Process JCP, the RMI Optional Package RMI OP brings the world of distributed applications to consumer and embedded devices. Long a feature of the Java 2 Platform, Standard Edition (J2SE), remote method invocation enables applications written in the Java programming language to interoperate with each...
- Tags: J2ME, Java RMI, Java, Programming Languages, Software Development, Software/Web Development
- White papers
- JInstaller Secure Edition (exe)
- The JInstaller Secure Edition addresses itself to companies, which would like to distribute their Java software with an interactive Java-based installer and additionally seek a protection of their investments.The JInstaller Secure Edition encrypts your Java archives with the integrated JarCryp Technology. This offers the optimum protection from possible reverse engineering...
- Tags: Componio, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2007-09-27
- Dynamic Aspect-Oriented Load Balancing in Java RMI
- Load balancing is the process of distributing client requests over a set of servers, and is a key element of obtaining good performance in a distributed application. Java RMI extends Java with distributed objects whose methods can be called from remote clients. In some Java RMI programs, there may be...
- Tags: Aspect-oriented, Java RMI, Java, Programming Languages, Software Development, Software/Web Development
- White papers 2008-05-08
- Rethinking the Java SOAP Stack
- This paper examines the current SOAP APIs in Java, and in particular the Java API for XML-based RPC, commonly known as JAX-RPC, which is effectively the standard API for SOAP on the Java platform. The authors claim that JAX-RPC, and indeed any SOAP API that relies upon a perfect two-way...
- Tags: Hewlett-Packard Co., Simple Object Access Protocol, SOAP, Web Services, Java, Programming Languages, Enterprise Software, Software, Software Development, Software/Web Development
- White papers 2005-05-17
- JInstaller Basic Edition (exe)
- With the JInstaller Basic Edition software developers are enabled to distribute their Java software with a graphic installation program through a multiplatform installer.The Java-based installers and setup routines are created through a slim, wizard guided and intuitivly understandable process. Within few minutes you can build, test and if necessarily correct...
- Tags: Componio, Java, Programming Languages, Microsoft Windows, Tools & Techniques, Software Development, Software/Web Development, Operating Systems, Software, Management
- Software downloads 2007-09-27
- Java Platform Update: Roadmaps & Big Directions
- This webcast will provide a high level overview of key Java platform directions for Java 2 Platform, Standard Edition (J2SE), Java 2 Platform, Enterprise Edition (J2EE), and Java 2 Platform, Micro Edition (J2ME).
- Tags: Java Platform, Java 2, Java, Programming Languages, Software Development, Software/Web Development
- Webcasts
- Utilizing the Map Interface From the Collections Framework
- With the introduction of the Collections Framework in the Java 2 Platform, Standard Edition, several commonly used data structure interfaces were integrated into the Java 2 SDK to simplify the programmer's job, and to allow the programmer to focus on business requirements rather than building data objects. This new framework...
- Tags: Java 2, Interface, Java, Programming Languages, Software Development, Software/Web Development
- White papers
- Java SE 6 (JDK 6) (exe)
- Java Platform, Standard Edition (also known as Java 2 Platform) lets you develop and deploy Java applications on desktops and servers, as well as today's demanding Embedded and Real-Time environments. Java SE includes classes that support the development of Java Web Services and provides the foundation for Java Platform, Enterprise...
- Tags: JDK, Java Community, Java SE, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2008-07-02
- Java Application Platform SDK: Overview
- Sun Microsystems recently released the Java Application Platform SDK to streamline enterprise application development and improve developer productivity. The SDK also supports the newly released Java Platform, Standard Edition 6 and the latest technologies of the Java Platform, Enterprise Edition 5 (Java EE 5) Specification. This version also introduces a...
- Tags: Java Application, Platform SDK, Sun Microsystems Inc., SDK, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2007-05-04
- Create distributed services with Java's RMI-framework
- Java's remote method invocation RMI framework enables you to create virtually transparent distributed services and applications. RMI-based applications consist of Java objects making method calls to one another without regard to their location. This allows one Java object to invoke methods on another Java object residing in another virtual machine...
- Tags: Java, Jeff Hanson, Java RMI, RMI Registry, server
- Technical articles 2003-09-19
- Use the Java Collections Framework to write better applications faster and with less effort
- If you've used Java—or just about any programming language—you're already familiar with collections. However, earlier (pre-1.2) versions of Java did not contain a collections framework. A collections framework--a unified architecture for representing and manipulating collections—reduces programming effort by providing high-performance, high-quality implementations of useful data structures and algorithms, thus freeing...
- Tags: Addison-Wesley, Collections Framework, Programming Languages, Java, Software Development, Software/Web Development
- Book chapters 2006-10-18
- Introducing JAX-WS 2.0 With the Java SE 6 Platform, Part 1
- One of the most exciting new features of the Java Platform, Standard Edition 6 (Java SE 6) is support for the Java API for XML Web Services (JAX-WS), version 2.0. JAX-WS 2.0 is the center of a newly rearchitected API stack for web services, which also includes Java Architecture for...
- Tags: JAX-WS 2.0, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-09-01
- Routix.RPC (zip)
- Remote procedure call RPC is a technology that allows a computer program to cause a subroutine or procedure to execute in another address space commonly on another computer on a shared network without the programmer explicitly coding the details for this remote interaction. That is, the programmer would write essentially...
- Tags: Software, Object-oriented, RPC, Ooa/Ood/Oop, Tools & Techniques, Networking, Software Development, Software/Web Development, Management
- Software downloads 2008-01-03
- Directory Server Enterprise Edition: A Comprehensive Directory Services Solution
- This webcast discusses the Java System Directory Server Enterprise Edition. Java System Directory Server Enterprise Edition serves as the backbone to an enterprise identity infrastructure, enabling today's mission-critical enterprise applications and large-scale extranet applications to access consistent, accurate, and reliable identity data for significant operational and cost efficiencies. This solution...
- Tags: Directory Server, Directory Service, Sun Microsystems Inc., Server, Extranet, Java System Directory Server Enterprise Edition, Networking, Directory Services, Programming Languages, Java, Enterprise Software, Software, Software Development, Software/Web Development
- Webcasts
- << Previous
- page 1 of 1
- Next >>
