RE: How to share hivemind registry between HiveMindFilter an ApplicationServlet?

2006-11-16 Thread Jean-Francois Poilpret
Hi Nick, Although I don't know much about Tapestry way to create the Registry and give access to it, what you might possibly do with hiveremoting.caucho is to subclass net.sourceforge.hiveremoting.caucho. CauchoRemotingServlet and override its getRegistry method to whatever is suitable with

RE: [slight OT] GZip compression filter

2006-10-19 Thread Jean-Francois Poilpret
Hi, I don't use T4, so I don't tell that the following will work, but it is probably worth a try. HiveMind Utilities (http://hivetranse.sourceforge.net) have a hiveutils module (ie jar) which includes a ServletFilter dedicated to GZIP compression (in both direction if needed), you might want to

RE: Hivemind is doing my nut. Override FactoryDefaults?

2006-09-05 Thread Jean-Francois Poilpret
If I understand well the initial problem, ie overriding some value defined already in FactoryDefaults, then the normal, out-of-the-box, solution with HiveMind is to define the new value (with the same symbol name) as a contribution to the hivemind.ApplicationDefaults. That's exactly the idea

RE: global hivemind service

2006-07-26 Thread Jean-Francois Poilpret
If you allow me James, although HiveMind does not provide a session-scoped or user-scoped service model, you can find external implementations out there... Where? Check HiveMind Utilities hivelock module for example. I know there are other existing code for this as well. Cheers Jean-Francois