Hi Rafael,

I am replying on a different subject so that more people may react to it.  I am 
personally using Muse to provide advanced monitoring functionality for my 
applications.  Its not productive yet, due in part to issue 270, but both the 
server and the client proxies are generated/enabled by Muse.

I am perhaps using some more advanced, and unplanned, functionality within 
Muse.  I have adapted it to be able to:

- perform restarts at runtime
- adapt the soap client to be able to use jms or other transports (also 
requires a custom NotificationClient, but I have seen someone else on the list 
using this functionality as well)
- handle persisted subscriptions across planned stops and restarts (not just 
crashes)
- send notifications to "proxied" resource subscribers (not subscribers of the 
entire resource)
- have expected PullPoint functionality (only the messages subscribed to are 
notified)
- serialize dom elements without namespace prefixes (to handle XML 
Canonalization)

My only large complaints about Muse are the liberal use of "private" member 
data and some of the thread safety issues.  The privates follow "good practice" 
but hamper being able to simply extend classes, often requiring complete 
copy+paste re-implementations.  The thread issues of course affect everyone who 
intends to have serious load with Muse.  These issues are more than fixable.

Having said that...

I have been using it now for half a year and everything else, from the tools to 
the internal architecture gives me a great developer experience, can't 
recommend it enough.

cheers,
Chris

-----Original Message-----
From: Rafael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 05, 2008 10:33 AM
To: [email protected]
Subject: Re: HttpServer Example

Thanks you for all the response to my email.

I have a new question, in this case is a practical question.

In this moment I'm develop a few examples for demonstrate in my laboratory that 
Apache Muse is a good Framework for use here. A few days
  ago, I showed that Muse is very good tool for a rapid development, but at 
this meeting a developer made me a question, Who is using Apache Muse Framework 
at this moment ?.

My question is: Do you know some enterprise or laboratory that use Muse in a 
real problem ?


Thanks

Rafael León Zamorano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to