Re: SXC JAXB Accelerator?

2011-01-31 Thread James Carr
http://sxc.codehaus.org/Home is present. I'm glad someone posted this... I was unaware of SXC and had never even heard of it. On Mon, Jan 31, 2011 at 7:54 AM, Daniel Kulp wrote: > On Monday 31 January 2011 8:06:19 am Glen Mazza wrote: >> Team, bottom of the JAXB page (http://cxf.apache.org/docs/

Re: Typo in LoggingInInterceptor constructor?

2011-02-09 Thread James Carr
Monster Energy drink? That's not a reward, that's a punishment. :) On Wed, Feb 9, 2011 at 1:40 PM, Glen Mazza wrote: > Hmm, seems like the CXF team owes Aaron a Monster energy drink (unless he's > become partial to other beverages). > > Glen > > On 09.02.2011 14:00, Pieper, Aaron wrote: >> >> Is

Cached JAXRS services?

2011-02-14 Thread James Carr
Hi All, I'm currently investigating different JAXRS implementations for use and would like to know if CXF provides any caching mechanisms similar to http://docs.jboss.org/resteasy/docs/2.0.0.GA/userguide/html_single/index.html#Cache_NoCache_CacheControl? Thanks, James

Re: How to consume JMS services

2011-02-28 Thread James Carr
Even more important... REST over AMQP will be the superior choice in the future imho. Small messages shared between java and non java consumers. FTW! :) On Mon, Feb 28, 2011 at 8:55 AM, Bill Burke wrote: > > > On 2/28/11 6:10 AM, Sergey Beryozkin wrote: >> >> Bill, >> >> I'm starting a new thread

Re: How to consume JMS services

2011-02-28 Thread James Carr
Feb 28, 2011 at 11:14 AM, Bill Burke wrote: > you mean using AMQP as a marshalling format? > > On 2/28/11 10:29 AM, James Carr wrote: >> >> Even more important... REST over AMQP will be the superior choice in >> the future imho. Small messages shared between java and non j

Re: Is there any way to maintain Queue without JMS?

2011-05-09 Thread James Carr
I think what you want is outside the scope of CFX. You should probably look at Apache Camel, Mule or Fuse for different routing/queuing mechanisms. Camel I know for sure lets you use JMS, AMQP, database tables and even flat files for asynchronous queuing. Thanks, James On Mon, May 9, 2011 at 6: