Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Grant Young   on Oct 10 In Java Category.

  
Question Answered By: Bian Nguyen   on Oct 10

Why not try passing your parameters  in an XML document? Maybe have a simple XML
schema for your parameter passing, perhaps something like this:

<query>
<rxm_number>...</rxm_number>
<facility>...</facility>
...
</query>

You get the idea. It involves a more complicated parameter passing structure.
But it can be useful. You could simply pass the XML string  and then decode the
string into a document  to get the parameters for the query. You could also add
things like a type attribute  to a node to indicate that it's a date or a number,
among other things.

Share: 

 

This Question has 9 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Problem in Fetching Values Or get search suggestion and latest updates.


Tagged: