Re: [resources/i18n] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-26 Thread Mattias Jiderhamn
At 2005-07-26 04:06, you wrote: Thank you very much, Mattias. If you could, plz show me a simple example :) for clearly understanding! Example of how to use i18n? See http://jakarta.apache.org/commons/sandbox/i18n/examples.html At 2005-07-25 08:20, you wrote: Hi all, I wonder whether or

Re: [resources/i18n] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-25 Thread Mattias Jiderhamn
JSP tags to use these messages (I could guide you here if needed). On the other hand, you may be able to achieve what you want by simply prepending the group. I.e. loginForm.username=User name: loginForm.firstname=First name: userHome.hello=Hello Mattias Jiderhamn Expert Systems

Re: [DBCP] Transaction question

2005-07-25 Thread Mattias Jiderhamn
Or, if you need an Open Source connection pool with JTA support, have a look at XAPool and JOTM at ObjectWeb http://forge.objectweb.org/projects/xapool/ or http://xapool.experlog.com/ http://jotm.objectweb.org/ At 2005-07-25 20:21, you wrote: It is as simple as you describe, autocommit false,

Re: [jelly] Newbie question about jelly.bat

2005-07-22 Thread Mattias Jiderhamn
At 2005-07-22 22:45, you wrote: Hi all, I am trying to learn Jelly. Downloaded commons-jelly-1.0.zip. Unzipped it to some jelly-inst dir. Set JELLY_HOME=jelly-inst Set PATH=%PATH%;%JELLY-HOME%\bin Run jelly.bat and received this error message: Exception in thread main

Re: [collections] Name that data structure

2005-07-04 Thread Mattias Jiderhamn
Possibly it could also be a MRU (Most Recently Used) cache. At 2005-07-03 23:39, you wrote: I'd say you were looking for an ordinary priority queue, where the priority=the timestamp. Try the Heap class. Sincerely, Silas Snider On 7/3/05, Wendy Smoak [EMAIL PROTECTED] wrote: I'm looking