You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by David Bolsover <da...@bolsover.com> on 2002/12/31 20:56:56 UTC

OT [Year End]

I know it's not Friday and frivolous messages are generally reserved for that
one day...

I have no religious faith - but in the best traditions of pagan festivals
everywhere, I intend to celebrate the Year End in the usual English fashion...
Family, friends & neighbours a few pints and a curry.

Best wishes and a prosperous New Year to all fellow strutters.

David


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: linking a struts application to a jndi resource through a datasource

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On 6 Jan 2003, Nick Torenvliet wrote:

> Date: 06 Jan 2003 22:46:26 -0500
> From: Nick Torenvliet <ni...@fieldstonesolutions.com>
> Reply-To: Struts Users Mailing List <st...@jakarta.apache.org>,
>      nick@fieldstonesolutions.com
> To: Struts Users Mailing List <st...@jakarta.apache.org>
> Subject: linking a struts application to a jndi resource through a
>     datasource
>
> Hi, So I've got two pieces, on one side a working mysql struts data
> source example, on the other side a working tomcat 4.1 servlet.xml
> configured jndi resource linked to a mysql data base.  I want to access
> the jndi from inside of struts, can I configure a data source to link to
> the jndi resource, if so should I be including any special name or key
> parameters in the datasource, or give it a special type?
>

If you want to use JNDI-based data sources, you don't need *anything* in
struts-config.xml, and you would use the standard JNDI programming logic
to utilize it.  See the following docs for more info:

http://jakarta.apache.org/tomcat-4.1-doc/jndi-resources-howto.html
http://jakarta.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html

Although the mechanism for configuring a JNDI data source in your
container is container-specific, the setup of your web.xml file (i.e. a
<resource-ref> element) and the code to access it (getting the
InitialContext and so on) is portable.

Use *either* the Struts <data-source> *or* JNDI.  Not both.

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


linking a struts application to a jndi resource through a datasource

Posted by Nick Torenvliet <ni...@fieldstonesolutions.com>.
Hi, So I've got two pieces, on one side a working mysql struts data
source example, on the other side a working tomcat 4.1 servlet.xml
configured jndi resource linked to a mysql data base.  I want to access
the jndi from inside of struts, can I configure a data source to link to
the jndi resource, if so should I be including any special name or key
parameters in the datasource, or give it a special type?




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Chart products

Posted by Peng Tuck Kwok <pe...@makmal.net>.
I'd assume you would want a system that could dynamically generate 
charts for a given input through the web, so maybe you would want to 
have a look at this one,

http://cewolf.sourceforge.net/

Comes with taglibs and builds upon another library to generate the charts.

Cathy King wrote:
> cts to monitor the system? Could you
> recommend some chart products to me? I really appreciated your help and
> suggestions.
> 
> Thank you very much.
> Regards
> 
> Cathy
> 
> 
> ______________________________________________________________________ 
> Post your free ad now! http://personals.yahoo.ca
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Chart products

Posted by Doug Ogateter <hi...@yahoo.ca>.
Matt:
Thank you for your reply. I had a look at Rchart, it seems very good to use. Did you use Rchart as Applet or use it as Servlet? It there some technical issues related to it?
Thank you.
Regards,
Cathy
 
 Matt Smith <ma...@incursiontech.com> wrote:you might want to look at rchart. I use it for the same sort of thing!
It's in-expensive and easy to use...

www.java4less.com


m.

-----Original Message-----
From: Cathy King [mailto:hinbsls@yahoo.ca]
Sent: Monday, January 06, 2003 9:53 PM
To: Struts Users Mailing List
Subject: Chart products


Happy new year, everyone:

I have a question, it may be not directly related to struts. I am sorry if I
shouldn't post the topic in this mailing list.And if you could give me some
suggestions, I really appreciate it.
Our software group are implementing a j2ee application---using struts to
implement the front-end. We want to have a CHART to monitor stuffs like the
number of users logged in in a period of time.We want the chart to be
dynamically updated in a fixed period of time, or by clicking refresh
button. I searched on the web, there are lots of chart products implemented
in applet. As I heard, applet has problems with IE. Have somebody ever used
some chart applets or other products to monitor the system? Could you
recommend some chart products to me? I really appreciated your help and
suggestions.

Thank you very much.
Regards

Cathy


______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



---------------------------------
Post your free ad now! Yahoo! Canada Personals

RE: Chart products

Posted by Doug Ogateter <hi...@yahoo.ca>.
Matt:
Thank you for your reply. I had a look at Rchart, it seems very good to use. Did you use Rchart as Applet or use it as Servlet? It there some technical issues related to it?
Thank you.
Regards,
Cathy
 
 Matt Smith <ma...@incursiontech.com> wrote:you might want to look at rchart. I use it for the same sort of thing!
It's in-expensive and easy to use...

www.java4less.com


m.

-----Original Message-----
From: Cathy King [mailto:hinbsls@yahoo.ca]
Sent: Monday, January 06, 2003 9:53 PM
To: Struts Users Mailing List
Subject: Chart products


Happy new year, everyone:

I have a question, it may be not directly related to struts. I am sorry if I
shouldn't post the topic in this mailing list.And if you could give me some
suggestions, I really appreciate it.
Our software group are implementing a j2ee application---using struts to
implement the front-end. We want to have a CHART to monitor stuffs like the
number of users logged in in a period of time.We want the chart to be
dynamically updated in a fixed period of time, or by clicking refresh
button. I searched on the web, there are lots of chart products implemented
in applet. As I heard, applet has problems with IE. Have somebody ever used
some chart applets or other products to monitor the system? Could you
recommend some chart products to me? I really appreciated your help and
suggestions.

Thank you very much.
Regards

Cathy


______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



---------------------------------
Post your free ad now! Yahoo! Canada Personals

RE: Chart products

Posted by Doug Ogateter <hi...@yahoo.ca>.
Matt:
Thank you for your reply. I had a look at Rchart, it seems very good to use. Did you use Rchart as Applet or use it as Servlet? It there some technical issues related to it?
Thank you.
Regards,
Cathy
 
 Matt Smith <ma...@incursiontech.com> wrote:you might want to look at rchart. I use it for the same sort of thing!
It's in-expensive and easy to use...

www.java4less.com


m.

-----Original Message-----
From: Cathy King [mailto:hinbsls@yahoo.ca]
Sent: Monday, January 06, 2003 9:53 PM
To: Struts Users Mailing List
Subject: Chart products


Happy new year, everyone:

I have a question, it may be not directly related to struts. I am sorry if I
shouldn't post the topic in this mailing list.And if you could give me some
suggestions, I really appreciate it.
Our software group are implementing a j2ee application---using struts to
implement the front-end. We want to have a CHART to monitor stuffs like the
number of users logged in in a period of time.We want the chart to be
dynamically updated in a fixed period of time, or by clicking refresh
button. I searched on the web, there are lots of chart products implemented
in applet. As I heard, applet has problems with IE. Have somebody ever used
some chart applets or other products to monitor the system? Could you
recommend some chart products to me? I really appreciated your help and
suggestions.

Thank you very much.
Regards

Cathy


______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



---------------------------------
Post your free ad now! Yahoo! Canada Personals

RE: Chart products

Posted by Matt Smith <ma...@incursiontech.com>.
you might want to look at rchart.  I use it for the same sort of thing!
It's in-expensive and easy to use...

www.java4less.com


m.

-----Original Message-----
From: Cathy King [mailto:hinbsls@yahoo.ca]
Sent: Monday, January 06, 2003 9:53 PM
To: Struts Users Mailing List
Subject: Chart products


Happy new year, everyone:

I have a question, it may be not directly related to struts. I am sorry if I
shouldn't post the topic in this mailing list.And if you could give me some
suggestions, I really appreciate it.
Our software group are implementing a j2ee application---using struts to
implement the front-end. We want to have a CHART to monitor stuffs like the
number of users logged in in a period of time.We want the chart to be
dynamically updated in a fixed period of time, or by clicking refresh
button. I searched on the web, there are lots of chart products implemented
in applet. As I heard, applet has problems with IE. Have somebody ever used
some chart applets or other products to monitor the system? Could you
recommend some chart products to me? I really appreciated your help and
suggestions.

Thank you very much.
Regards

Cathy


______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Chart products

Posted by Cathy King <hi...@yahoo.ca>.
Happy new year, everyone:

I have a question, it may be not directly related to struts. I am sorry if I
shouldn't post the topic in this mailing list.And if you could give me some
suggestions, I really appreciate it.
Our software group are implementing a j2ee application---using struts to
implement the front-end. We want to have a CHART to monitor stuffs like the
number of users logged in in a period of time.We want the chart to be
dynamically updated in a fixed period of time, or by clicking refresh
button. I searched on the web, there are lots of chart products implemented
in applet. As I heard, applet has problems with IE. Have somebody ever used
some chart applets or other products to monitor the system? Could you
recommend some chart products to me? I really appreciated your help and
suggestions.

Thank you very much.
Regards

Cathy


______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: OT [Year End]

Posted by Eddie Bush <ek...@swbell.net>.
Bleh - I just got back from a two-day business excursion out-of-state. 
 LOL - about an hour too late to kick back and ring in the new year.  Oh 
well :-) I see it managed to turn 2003 without my getting blasted. ;-) 
 ... not that I do that anymore :-) (too old and I simply don't find it 
to be fun anymore).

HAPPY NEW YEAR EVERYONE!

David Bolsover wrote:

>I know it's not Friday and frivolous messages are generally reserved for that
>one day...
>
>I have no religious faith - but in the best traditions of pagan festivals
>everywhere, I intend to celebrate the Year End in the usual English fashion...
>Family, friends & neighbours a few pints and a curry.
>
I promise not to hold you lack of religious faith against you if you 
promise not to hold my having religous faith against me ;-)

>Best wishes and a prosperous New Year to all fellow strutters.
>
Aye, aye!  ... and the same from me!  May you also have a _safe_ 
holiday!  Each year we lose several innocents to drunk drivers and the 
like - don't any of you be one of them (the drivers or the innocents 
either one).

>David
>
-- 
Eddie Bush




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: OT [Year End]

Posted by James Mitchell <jm...@apache.org>.
+1

<raising-glass/>


--
James Mitchell
Software Engineer/Open Source Evangelist
http://www.open-tools.org

"C makes it easy to shoot yourself in the foot; C++ makes it harder, but
when you do, it blows away your whole leg."
- Bjarne Stroustrup

----- Original Message -----
From: "David Bolsover" <da...@bolsover.com>
To: "Struts User" <st...@jakarta.apache.org>
Sent: Tuesday, December 31, 2002 2:56 PM
Subject: OT [Year End]


> I know it's not Friday and frivolous messages are generally reserved for
that
> one day...
>
> I have no religious faith - but in the best traditions of pagan festivals
> everywhere, I intend to celebrate the Year End in the usual English
fashion...
> Family, friends & neighbours a few pints and a curry.
>
> Best wishes and a prosperous New Year to all fellow strutters.
>
> David
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>