Your Ad Here
BA.NET better answers  
sponsors

search
web directory
news
email
free voip
travel
maps
forums
free voip
chat irc
games
video
live tv
add site



Top | Arts | Business | Computers | Games | Health | Kids | News | Recreation | Reference | Regional | Science | Shopping | Society | Sports | World | Regional | Languages | News | Blogs
BA .NET

toolbar
send by email
bookmark
translate to ES IT FR PF DE CN KO JA AR
add to digg delicious stumble gbook reddit
text bigger smaller
Top: Computers: Programming: Component Frameworks: CORBA: Articles  (42)


    Implementing a Caching Service for Distributed CORBA Objects - This paper discusses the implementation of CASCADE, a distributed caching service for CORBA objects.
    Java and CORBA - A Smooth Blend - 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.
    Object Caching in a CORBA Compliant System - 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.
    Web Services: SOAP and CORBA - Compares CORBA and SOAP. Contains many interesting comments originally made in a thread on the comp.object.corba newsgroup.


    The Rise and Fall of CORBA - Michi Henning argues why this distributed computing technology fell short and what can be learned from it. (June, 2006)
    The CORBA Component Model, Part 2 - This column discusses a hybrid publisher/subscriber and request/response distribution architecture that uses CCM features to implement stock-quoter example. (April, 2004)
    The CORBA Component Model, Part 1 - 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). (February, 2004)
    XML Reflection for CORBA - 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. (December, 2003)
    ADTMag: CORBA State of the Union - Article provides information on the background to CORBA, where CORBA can be found today and standards activities. By Charlotte Wales, Fred Waskiewicz. (August 29, 2003)
    Building a Distributed Object System with .NET and J2EE Using IIOP.NET - 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. (July, 2003)
    CORBA Metaprogramming Mechanisms, Part 1 - 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. (March, 2003)
    Dynamic CORBA, Part 4 - Shows how CORBA developers can use the IFR (Interface Repository) to construct truly dynamic applications that discover all necessary type information at run time. (January, 2003)
    Introduction to Fault Tolerant CORBA - Introduces Fault Tolerant CORBA and describe the architecture set forth in the FT CORBA specification. (January, 2003)
    Dynamic CORBA, Part 3 - Presents the CORBA DSI (Dynamic Skeleton Interface), which is the server-side counterpart of the CORBA Dynamic Invocation Interface. (November, 2002)
    Object References, Memory Management, and Parameter Passing in C++, Part 1 - 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. (November, 2002)
    Local Invocation for CORBA - 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. (October 23, 2002)
    Real-Time CORBA Priority and Threadpool Mechanisms - Takes a look at the Real-Time CORBA specification that defined several mechanisms to provide for end-to-end deterministic performance for CORBA operations. (October, 2002)
    Dynamic CORBA, Part 2 - Explains the Dynamic Any, which is the standard facility for manipulating values of constructed types within Dynamic CORBA applications. (September, 2002)
    Bootstrapping Techniques - 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. (August, 2002)
    Dynamic CORBA, Part 1 - Covers the basics of the DII (Dynamic Invocation Interface), the client-side interface used for dynamic CORBA applications. (July, 2002)
    Local Objects - 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. (July, 2002)
    CORBA Security: An Overview - Scratches the surface and lays the groundwork for demystifying security as it relates to CORBA middleware. (May, 2002)
    Real-time CORBA, Part 4 - 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. (May, 2002)
    Real-time CORBA, Part 3 - Describes real-time CORBA's support for thread pools and synchronizers. (March, 2002)
    Help with Designing or Debugging CORBA Applications - 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. (February 11, 2002)
    Real-time CORBA, Part 2 - Shows C++ code examples that illustrate how to program the real-time CORBA priority mechanisms. (January, 2002)
    JMS & CORBA Notification Interworking - This article introduces JMS and the CORBA Notification Service and describes the challenges being addressed in providing an interworking solution. By Steve Trythall. (December 12, 2001)
    Real-time CORBA, Part 1 - Describes how middleware is evolving to support distributed real-time and embedded systems. Focuses on real-time CORBA. (December, 2001)
    CORBA and XML, Part 3: SOAP and Web Services - Compares SOAP and IIOP and then concludes that Web services and CORBA are not rivals, but instead are complementary. (October, 2001)
    CORBA and XML, Part 2: XML as CORBA Data - 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. (July, 2001)
    CORBA 3.0 Notification Service - Explains how to use COSNotification Service and points out the advantages over the COSEvent Service. Covers structured events, filters, and Quality of Service issues. (May, 2001)
    CORBA and XML, Part 1: Versioning - Takes a look at the relationship between XML and CORBA and explores the topic of versioning. (May, 2001)
    Can CORBA Sidestep Open-Source Licensing? - Takes a look at how to extend the functionality of an open-source program without actually changing the source code. (April, 2001)
    CORBA Component Model (CCM) - Outlines upcoming changes to the CORBA specification, and explains what it means for current and future projects, and interoperability with other component models. (April, 2001)
    CORBA Notification Services - 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. (April, 2001)
    Designing an Adaptive CORBA Load Balancing Service using TAO - 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. (April, 2001)
    Servlet Inter-communication with CORBA - Gives a brief overview of CORBA, then discusses servlets and demonstrates how servlets can communicate with CORBA servers. (April, 2001)
    Caching Support for CORBA Objects - 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. (March, 2001)
    Strategies for CORBA Middleware-Based Load Balancing - 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. (March, 2001)
    Under the Hood: IORs, GIOP and IIOP - Explains the low-level protocols used. (August 1, 2000)
    A Comparison of three CORBA Management Tools - 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. (July, 1999)
    The Trouble with CORBA - This article covers the pitfalls of CORBA. (May, 1998)




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

Top | Arts | Business | Computers | Games | Health | Kids | News | Recreation | Reference | Regional | Science | Shopping | Society | Sports | World | Languages | News | Blogs


Your Ad Here



BA.net Brujula.Net © 2008 advertising

english español italiano germany japan france more bookmark
>