Google Directory
Directory
  Directory Help
Search only in ArticlesSearch the Web  

Articles
  Computers > Programming > Component Frameworks > CORBA > Articles   Go to Directory Home: [English]  [English]  

Related Category:
    Computers > Programming > Component Frameworks > Articles  (6)

Web Pages
Viewing in Google PageRank order               View in alphabetical order
  Servlet Inter-communication with CORBA http://java.sun.com/developer/technicalArticles/Servlets/corba/
Gives a brief overview of CORBA, then discusses servlets and demonstrates how servlets can communicate with CORBA servers.
  Local Invocation for CORBA http://www.onjava.com/pub/a/onjava/2002/10/23/corba.html
This article explains how to simulate the pass-by-value strategy in CORBA 2.2 using Java so that a client virtual machine can locally invoke methods implemented.
  Web Services: SOAP and CORBA http://www.xs4all.nl/~irmen/comp/CORBA_vs_SOAP.html
Compares CORBA and SOAP. Contains many interesting comments originally made in a thread on the comp.object.corba newsgroup.
  JMS & CORBA Notification Interworking http://www.onjava.com/pub/a/onjava/2001/12/12/jms_not.html
This article introduces JMS and the CORBA Notification Service and describes the challenges being addressed in providing an interworking solution. By Steve Trythall.
  Building a Distributed Object System with .NET and J2EE Using IIOP.NET http://www.codeproject.com/csharp/dist_object_system.asp
This article shows how the .NET and J2EE platforms can tightly interoperate together, as it is often needed when developing distributed enterprise applications. For this purpose, an open-source custom remoting channel called IIOP.NET is used.
  Java and CORBA - A Smooth Blend http://www.javacoffeebreak.com/articles/javaidl/javaidl.html
While there may still be a place for technologies such as RMI, CORBA represents a great threat, and offers great rewards for those Java developers that adopt it.
  CORBA Security: An Overview http://www.ociweb.com/cnb/CORBANewsBrief-200205.html
Scratches the surface and lays the groundwork for demystifying security as it relates to CORBA middleware.
  Object References, Memory Management, and Parameter Passing in C++, Part 1 http://www.ociweb.com/cnb/CORBANewsBrief-200211.html
Discusses the C++ language mapping for object references, addresses memory management issues related to object references, and demonstrates the correct means of exchanging object references during CORBA request invocations. This article focuses on object references, the basic pointer (_ptr) type, and rules for exchanging object references during CORBA requests.
  Real-Time CORBA Priority and Threadpool Mechanisms http://www.ociweb.com/cnb/CORBANewsBrief-200210.html
Takes a look at the Real-Time CORBA specification that defined several mechanisms to provide for end-to-end deterministic performance for CORBA operations.
  Object Caching in a CORBA Compliant System http://www.usenix.org/publications/library/proceedings/coots96/full_papers/kordale/index.html
This paper investigates performance issues for distributed object systems. Claims that object caching is a must for improved performance and scalability in distributed object systems.
  Help with Designing or Debugging CORBA Applications http://www.linuxjournal.com/article/5453
This article explores how some useful extensions to an open-source protocol analyzer in order to allow the extraction of OMG IDL (interface definition language) defined data types from TCP/IP traffic (using GIOP/IIOP) have been added.
  Local Objects http://www.ociweb.com/cnb/CORBANewsBrief-200207.html
Describes what local objects in CORBA are and why they are required to utilize many advanced CORBA features such as servant managers, portable interceptors, and policies.
  Introduction to Fault Tolerant CORBA http://www.ociweb.com/cnb/CORBANewsBrief-200301.html
Introduces Fault Tolerant CORBA and describe the architecture set forth in the FT CORBA specification.
  The Trouble with CORBA http://www.chappellassoc.com/articles/article_Trouble_CORBA.html
This article covers the pitfalls of CORBA.
  Bootstrapping Techniques http://www.ociweb.com/cnb/CORBANewsBrief-200208.html
Discusses the issues raised by, and choices available for bootstrapping a CORBA application so that each of the processes may access the services of its peer processes. Describes the options for developers and considers the performance, and reliability/fault tolerance tradeoffs of each of the techniques.
  CORBA Component Model (CCM) http://www-128.ibm.com/developerworks/library/co-cjct6/
Outlines upcoming changes to the CORBA specification, and explains what it means for current and future projects, and interoperability with other component models.
  Real-time CORBA, Part 1 http://www.ddj.com/cpp/184403809
Describes how middleware is evolving to support distributed real-time and embedded systems. Focuses on real-time CORBA.
  CORBA Metaprogramming Mechanisms, Part 1 http://www.ddj.com/cpp/184403860
Describes CORBA Portable Interceptors, which are objects that an ORB invokes in the path of an operation invocation to monitor or modify the behavior of the invocation transparently.
  Real-time CORBA, Part 3 http://www.ddj.com/cpp/184403820
Describes real-time CORBA's support for thread pools and synchronizers.
  CORBA and XML, Part 1: Versioning http://www.ddj.com/cpp/184403783
Takes a look at the relationship between XML and CORBA and explores the topic of versioning.
  Real-time CORBA, Part 4 http://www.ddj.com/cpp/184403827
Explores features that allow distributed real-time and embedded applications to select protocol properties and to explicitly bind clients to server objects using pre-allocated connections, priority bands, and private connections.
  CORBA and XML, Part 3: SOAP and Web Services http://www.ddj.com/cpp/184403802
Compares SOAP and IIOP and then concludes that Web services and CORBA are not rivals, but instead are complementary.
  CORBA 3.0 Notification Service http://www-128.ibm.com/developerworks/webservices/library/co-cjct8/
Explains how to use COSNotification Service and points out the advantages over the COSEvent Service. Covers structured events, filters, and Quality of Service issues.
  Under the Hood: IORs, GIOP and IIOP http://www-128.ibm.com/developerworks/webservices/library/ws-underhood/
Explains the low-level protocols used.
  Dynamic CORBA, Part 1 http://www.ddj.com/cpp/184403833
Covers the basics of the DII (Dynamic Invocation Interface), the client-side interface used for dynamic CORBA applications.
  CORBA and XML, Part 2: XML as CORBA Data http://www.ddj.com/cpp/184403790
Discusses various alternatives of passing XML-defined data between client and server. Concludes with a brief discussion of SOAP and Web Services and how they relate to CORBA.
  Dynamic CORBA, Part 2 http://www.ddj.com/cpp/184403840
Explains the Dynamic Any, which is the standard facility for manipulating values of constructed types within Dynamic CORBA applications.
  XML Reflection for CORBA http://www.ddj.com/cpp/184403881
Shows an alternative approach to supporting reflection in CORBA. The basic approach involves having each object returns its own metadata, rather than relying on an external service, such as the IFR.
  Dynamic CORBA, Part 4 http://www.ddj.com/cpp/184403854
Shows how CORBA developers can use the IFR (Interface Repository) to construct truly dynamic applications that discover all necessary type information at run time.
  Dynamic CORBA, Part 3 http://www.ddj.com/cpp/184403847
Presents the CORBA DSI (Dynamic Skeleton Interface), which is the server-side counterpart of the CORBA Dynamic Invocation Interface.
  The CORBA Component Model, Part 1 http://www.ddj.com/cpp/184403884
This column is the first in a series that focuses on the CORBA Component Model (CCM). It first outlines the evolution of programming abstractions from subroutines to modules, objects, and components. Then it describes how this evolution has largely been mirrored in middleware, from message passing to remote procedure calls and from distributed objects to component middleware. Finally the article discusses the limitations of distributed object computing (DOC) middleware that motivate the need for component middleware in general and the CORBA Component Model (CCM).
  The CORBA Component Model, Part 2 http://www.ddj.com/cpp/184403885
This column discusses a hybrid publisher/subscriber and request/response distribution architecture that uses CCM features to implement stock-quoter example.
  CORBA Notification Services http://www-128.ibm.com/developerworks/library/co-cjct7/
Covers existing CORBA CosEvent services and the enhancements which will be made to them with the introduction of advanced notification services in CORBA 3.0.
  ADTMag: CORBA State of the Union http://www.adtmag.com/article.aspx?id=8137
Article provides information on the background to CORBA, where CORBA can be found today and standards activities. By Charlotte Wales, Fred Waskiewicz.
  Real-time CORBA, Part 2 http://www.ddj.com/cpp/184403812
Shows C++ code examples that illustrate how to program the real-time CORBA priority mechanisms.
  A Comparison of three CORBA Management Tools http://www.luxnet.at/index.php?module=documents&JAS_DocumentManager_op=downloadFile&JAS_File_id=3
Evaluates three tools that focus on management of distributed applications based on the Orbix C++ CORBA implementation: Orbix Manager, Corba Assistant and Object/Observer and investigates the capabilities of these tools and identifies the benefits and shortcomings of these according to criteria such as overhead, ease of instrumentation, management configuration capabilities and integration with standard management frameworks.
  The Rise and Fall of CORBA http://www.acmqueue.com/modules.php?name=Content&pa=showpage&pid=396
Michi Henning argues why this distributed computing technology fell short and what can be learned from it.
  Designing an Adaptive CORBA Load Balancing Service using TAO http://dsonline.computer.org/portal/site/dsonline/menuitem.9ed3d9924aeb0dcd82ccc6716bbe36ec/index.jsp?&pName=dso_level1&path=dsonline/past_issues/0104/features&file=oth0104_print.xml&xsl=article.xsl&
Focuses on the specifications for middleware-based load balancing mechanisms developed using standard CORBA, and discusses the specific load balancing service we designed using TAO.
  Strategies for CORBA Middleware-Based Load Balancing http://dsonline.computer.org/portal/site/dsonline/menuitem.9ed3d9924aeb0dcd82ccc6716bbe36ec/index.jsp?&pName=dso_level1&path=dsonline/past_issues/0103/features&file=oth0103_print.xml&xsl=article.xsl&
Load balancing helps improve system scalability by ensuring that client application requests are distributed and processed equitably across a group of servers. Likewise, it helps improve system dependability by adapting dynamically to system configuration changes that arise from hardware or software failures.
  Caching Support for CORBA Objects http://dsonline.computer.org/portal/site/dsonline/menuitem.9ed3d9924aeb0dcd82ccc6716bbe36ec/index.jsp?&pName=dso_level1&path=dsonline/past_issues/0103/departments&file=res0103_print.xml&xsl=article.xsl&
Introduces caching solutions for improving availability and predictability of distributed services. Cascade (caching service for CORBA distributed objects) facilitates scalable application design by building cache hierarchies for the objects it manages.
  Implementing a Caching Service for Distributed CORBA Objects http://www.cs.huji.ac.il/labs/transis/Abstracts/mware.html
This paper discusses the implementation of CASCADE, a distributed caching service for CORBA objects.
  Can CORBA Sidestep Open-Source Licensing? http://www.webtechniques.com/archives/2001/04/trachtman/
Takes a look at how to extend the functionality of an open-source program without actually changing the source code.

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Modified by Google - ©2008 Google
Advertise with Us - Jobs, Press, Cool Stuff...