You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by Apache Wiki <wi...@apache.org> on 2005/11/29 13:10:25 UTC

[Excalibur Wiki] Update of "ExcaliburInUse" by KazimierzPogoda

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Excalibur Wiki" for change notification.

The following page has been changed by KazimierzPogoda:
http://wiki.apache.org/excalibur/ExcaliburInUse

------------------------------------------------------------------------------
  
  I use Fortress for server-side daemon processes such as gateways or for Windows NT services.  Fortress lets me put together a little "server" process rather quickly or extend an existing server just by adding a few components.  Most of the services involve handling various binary network protocols and then passing them over to a database or a JMS queue.  We've also used Fortress for services that pick up serial port traffic from devices like barcode scanners.  -- ''AaronFarr''
  
+ We use Fortress as a base container for our product which can be compared to the workflow systems. It consist of two applications, one server-side and one client-side. The server-side application called PCM Engine is utilizing Fortress to assebmly our components, and to create pluggable architecture (we have own classloaders and subcontainers). The client-side application is utilizing Fortress mainly to obtain transparent access (we have own transparent rmi) to remote services provided by the PCM Engine. We also use some of the excalibur components (datasource, pool, monitor). Unfortunately some of them are not sufficient to our needs. For example we are replacing cornerstone-scheduler with the scheduling services provided in new java.util.concurrent -- ''KazimierzPogoda''
+ 
  == Use of Excalibur Components ==
  

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org