Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Java Core Java

Subscribing Template Classes with Object Factories in C++

Author: artima.com | Published: 15th Sep 2007 | Visited: 119 times | Add Comment
Filed in: Core Java

Object factories provide a useful abstraction for object construction. A special problem with object factories must be considered, however, when subscribing template classes with object factories. This article presents an overview of the "subscription problem" along with several solutions.

Read Article
 

Sponsored Links

 


Related Articles

 Speeding Up Object Instantiation Object instantiation is important for Ajax since it increases the loading time of its functions. Developers have to work with objects most of the time since the objects should be able to determine the behavior of the functions as well as its performance. However, the number of objects in an Ajax ap ...

 Article :: Understanding C# Object Serialization and Object Graphs Serialization isn't complex or difficult! Learn some powerful mechanisms for controlling and fine-tuning serializat ...

 Business object property validation How to set and validate properties in a single line of ...

 Next-Generation Object-Oriented Databases  Object-oriented databases complement relational databases in important ways, says Anat Gafni, VP of Engineering at db4objects, the company behind the open-source object database db4o. In this interview with Artima, Gafni explains how OO databases support agile development, and how they co-exist wit ...

 JavaOne 2008, Day 1: Application Factories  Re-using developer knowledge is an important concern for many enterprises. In this interview with Artima, CodeGear's Jeff Anders talks about Application Factories, a feature of the new JBuilder 2008 IDE that facilitates knowledge sharing among developers. ...

 Implementing a TString object in Delphi - String "as" Object TIPS :: How many times have you wanted to assign a string value for the "Object" parameter in, for example, TComboBox.Items? The TStrings class has a method AddObject that add ...

 How to use the managed RTP API classes in .NET to create your multicasting systems Create an RTP multicasting Presenter (With Motion Detect ...

 Publishing Remote Object From IIS How to publish a remote object using IIS (Internet Information Ser ...

 XML(SOAP) Message to Object Mapper A message manager to map XML response messages to javascript obj ...

 Bidirectional links, Callbacks and Linking Classes : Delphi OOP Chapter 25 in Delphi OOP Course :: Nearly all the communication between objects covered so far has been unidirectional, from an initiator to a recipient. This leaves the recipient with no possibilit ...



Next: Polite and Impolite Services



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links