Well, the good practice I think is to decouple the backend from the
front end as much as possible. You might have different versions of
java running for each end and also, there might be code compatibility
issues with different versions.

Jian

On 8/10/05, Andrew Boyd <[EMAIL PROTECTED]> wrote:
> Query is Serializable  why not use that?
> 
> -----Original Message-----
> From: Roy Klein <[EMAIL PROTECTED]>
> Sent: Aug 10, 2005 10:08 AM
> To: java-user@lucene.apache.org
> Subject: DOM or XML representation of a query?
> 
> Hi,
> 
> The "front-end" guys working on my application need a way to pass me complex
> queries. I was thinking that it'd be pretty straightforward to hand them a
> package which helps them to create a DOM object which describes a query
> (i.e. nested Booleans combined with phrases and keyword searches, sort by
> field, etc).   I did a few searches in the archive of this list, but didn't
> find any examples, however, I suspect it's a common requirement amongst
> members of this list.
> 
> Can anybody point be at an example of the above?
> 
> Thanks!
> 
> Roy
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> Andrew Boyd
> Software Architect
> Sun Certified J2EE Architect
> B&B Technical Services Inc.
> 205.422.2557
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to