Re: java.util.Properties

2003-10-28 Thread Bill de hÓra
munesh wrote: Hi, Can someone guide me how i can Serialize java.util.Properties and send across the wire over SOAP. Maybe this is naive... why can't you send the .properties file? Bill de hÓra

Re: SOAP message parsing redundancy with doc-lit services.

2003-10-24 Thread Bill de hÓra
Sharmin Choksey [comcast] wrote: In reference to the message posted, I am specifically interested in knowing if there has been any development done in addressing the issue around parsing of the XML payload sent in the SOAP body by the AXIS runtime. I see a design issue here with respect to

Re: Why Pull-Parser faster ?

2003-02-20 Thread Bill de hÓra
Brain, Jim wrote: Reason: XPP is tuned for SOAP and structured XML work, where the whitespace and CRLF marks can be assumed to be there for prettiness only, and have no code value. So XPP isn't a compliant XML parser? Bill de hÓra

Re: Why Pull-Parser faster ?

2003-02-20 Thread Bill de hÓra
entities, etc.). These generally aren't used for data-oriented XML, and I think they're actually forbidden by SOAP. XPP hs no business calling itself an XML anything if it doesn't square with XML 1.0. If it wants to be a SOAP processor, it should be renamed. Bill de hÓra

Re: Why Pull-Parser faster ?

2003-02-20 Thread Bill de hÓra
with SOAP; that's fine. I do care that they muddy the waters between SOAP and XML 1.0 processors, that's not fine. Bill de hÓra

Re: Why Pull-Parser faster ?

2003-02-20 Thread Bill de hÓra
, but don't call it an XML parser/processor. Bill de hÓra

Re: Stateful Web Services

2003-01-16 Thread Bill de hÓra
one client (and maybe even then things will be unsound). They might be helpful for auditing purposes. You could use a logical clock, if that was agreed on beforehand (logical clock semantics for multiple writers are well understood). Bill de hÓra

Re: Design question on using Java classes v/s hashes or arrays

2002-12-19 Thread Bill de hÓra
an antipattern at best. (As an aside, not using a finegrained approach is no evidence of 'not thinking enough'- far from it) Bill de hÓra -- Propylon www.propylon.com

Re: Document style web services

2002-11-22 Thread Bill de hÓra
and webservices stacks have a lot in common - the main differentiator being that FIPA AA has a content model for payloads. Bill de hÓra

Re: isolation of web services deployed on axis

2002-11-02 Thread Bill de hÓra
review Isolates (JSR 121) to see if your use case(s) are covered - Isolates will part of JDK 1.5. http://www.jcp.org/en/jsr/detail?id=121 Bill de hÓra