You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Eirikur Hrafnsson <ei...@idega.is> on 2005/01/13 14:59:17 UTC

DASL xml helper?

Hi,

is there any handy java object/s that can construct a DASL xml search 
string?
Rather dirty to concat strings all the time ; )

Best Regards

Eirikur S. Hrafnsson, eiki@idega.is
Chief Software Engineer
Idega Software
http://www.idega.com


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: DASL xml helper?

Posted by Eirikur Hrafnsson <ei...@idega.is>.
Awesome! thanks : )

On 14.1.2005, at 09:42, Stefan Lützkendorf wrote:

> Ok, I added the stuff to the clientlib as a new package search.
> Samples for the usage you can find there in SearchRequestSample.
>
> Stefan
>
> Eirikur Hrafnsson wrote:
>
>> That would be great, I can bugfix it if I find anything : )
>> -Eirikur
>> On 13.1.2005, at 14:59, Stefan Lützkendorf wrote:
>>> I have written some, but not checked in, and not finished.
>>> Shall I check this in now?
>>>
>>> Stefan
>>>
>>> Eirikur Hrafnsson wrote:
>>>
>>>> Hi,
>>>> is there any handy java object/s that can construct a DASL xml  
>>>> search string?
>>>> Rather dirty to concat strings all the time ; )
>>>> Best Regards
>>>> Eirikur S. Hrafnsson, eiki@idega.is
>>>> Chief Software Engineer
>>>> Idega Software
>>>> http://www.idega.com
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>
>>>
>>> -- 
>>> Stefan Lützkendorf  --  luetzkendorf@apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>
>>>
>>>
>> Best Regards
>> Eirikur S. Hrafnsson, eiki@idega.is
>> Chief Software Engineer
>> Idega Software
>> http://www.idega.com
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>
> -- 
> Stefan Lützkendorf  --  luetzkendorf@apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>
>
>
Best Regards

Eirikur S. Hrafnsson, eiki@idega.is
Chief Software Engineer
Idega Software
http://www.idega.com


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: DASL xml helper?

Posted by Stefan Lützkendorf <lu...@apache.org>.
Ok, I added the stuff to the clientlib as a new package search.
Samples for the usage you can find there in SearchRequestSample.

Stefan

Eirikur Hrafnsson wrote:

> That would be great, I can bugfix it if I find anything : )
> 
> -Eirikur
> 
> On 13.1.2005, at 14:59, Stefan Lützkendorf wrote:
> 
>> I have written some, but not checked in, and not finished.
>> Shall I check this in now?
>>
>> Stefan
>>
>> Eirikur Hrafnsson wrote:
>>
>>> Hi,
>>> is there any handy java object/s that can construct a DASL xml search 
>>> string?
>>> Rather dirty to concat strings all the time ; )
>>> Best Regards
>>> Eirikur S. Hrafnsson, eiki@idega.is
>>> Chief Software Engineer
>>> Idega Software
>>> http://www.idega.com
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>>
>> -- 
>> Stefan Lützkendorf  --  luetzkendorf@apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>>
>>
> Best Regards
> 
> Eirikur S. Hrafnsson, eiki@idega.is
> Chief Software Engineer
> Idega Software
> http://www.idega.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: DASL xml helper?

Posted by Eirikur Hrafnsson <ei...@idega.is>.
That would be great, I can bugfix it if I find anything : )

-Eirikur

On 13.1.2005, at 14:59, Stefan Lützkendorf wrote:

> I have written some, but not checked in, and not finished.
> Shall I check this in now?
>
> Stefan
>
> Eirikur Hrafnsson wrote:
>
>> Hi,
>> is there any handy java object/s that can construct a DASL xml search 
>> string?
>> Rather dirty to concat strings all the time ; )
>> Best Regards
>> Eirikur S. Hrafnsson, eiki@idega.is
>> Chief Software Engineer
>> Idega Software
>> http://www.idega.com
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>
> -- 
> Stefan Lützkendorf  --  luetzkendorf@apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>
>
>
Best Regards

Eirikur S. Hrafnsson, eiki@idega.is
Chief Software Engineer
Idega Software
http://www.idega.com


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: DASL xml helper?

Posted by Stefan Lützkendorf <lu...@apache.org>.
I have written some, but not checked in, and not finished.
Shall I check this in now?

Stefan

Eirikur Hrafnsson wrote:

> Hi,
> 
> is there any handy java object/s that can construct a DASL xml search 
> string?
> Rather dirty to concat strings all the time ; )
> 
> Best Regards
> 
> Eirikur S. Hrafnsson, eiki@idega.is
> Chief Software Engineer
> Idega Software
> http://www.idega.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org