jps:useBean documentation?

2005-10-29 Thread Pierre Thibault

Hello,

This question may seems stupid but where is the documentation the JSP 
tags? There is the doc at 
http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html for 
the JSTL but the tag jsp:useBean is not there like a lot of others. So 
where are they documented?


--

A+

Pierre


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



How to replace ValidatorUtil

2005-08-24 Thread Pierre Thibault

Hello,

I am a newbie to struts. I'm reading 'The Complete Reference Struts'  
to learn Struts and there are using ValidatorUtil. But it seems  
deprecated and I would like to know what I should use instead.



Regards.

-
Pierre

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



How to replace ValidatorUtil

2005-08-24 Thread Pierre Thibault

Hello,

I am a newbie to struts. I'm reading 'The Complete Reference Struts'  
to learn Struts and there are using ValidatorUtil. But it seems  
deprecated and I would like to know what I should use instead.



Regards.

-
Pierre

Re: Confused

2005-06-14 Thread Pierre Thibault

Ok, I'll use Hibernate.

Le 14 juin 2005 à 04:31, delbd a écrit :


I could add, use EJBs only if you really can't do without them :D
Things like Hibernate are more flexible an easy to use than EJB 2.0  
and i
heard the EJB 3.0 specs will be very similar to what current  
ORMapping like

Hibernate does!



A+

--
Pierre




Re: [To sum it up] Re: Confused

2005-06-14 Thread Pierre Thibault

Le 14 juin 2005 à 04:59, Stéphane Zuckerman a écrit :

Hello Stéphane,




...
Anyway, this little presentation is far from complete, and I  
suggest you read some doc about J2EE applications before going  
further with struts (java.sun.com is a good start).


--
Stéphane Zuckerman



The difficulty here is that there is lot of pieces that go together.  
There is a lot of choices and it is not clear for the new developers  
which path to fellow. I decided to buy the book 'Struts The Complete  
Reference' and I am only at the beginning. I'll continue to dig on  
the subject. I'm happy to see that there is community here for  
helping me. I fell already a lot more comfortable.


Thank you.

A+

--
Pierre




Re: Confused

2005-06-13 Thread Pierre Thibault

Le 13 juin 2005 à 08:00, [EMAIL PROTECTED] a écrit :


Pierre,

Struts is no longer a sub-project of Jakarta but is now on its own.
Struts is alive and kicking: http://struts.apache.org/




Happy to hear that.


You can look at section 6 [this might help]:
http://struts.apache.org/userGuide/index.html

As for JBoss... the last time I used it (can't exactly remember  
when)...

JBoss has a version that is already bundled with Tomcat.


There are talking about Tomcat but not about JBoss. I'll continue  
with JBoss because I want to access J2EE.




As for the Mac, I cannot really help.

HTH,
Glenn




Thank you Glenn.


Re: Confused

2005-06-13 Thread Pierre Thibault

Yes, I want to use Beans.

Do you mean that I can use servlets, JSP and taglibs without J2EE?

Le 13 juin 2005 à 16:42, Dave Newton a écrit :


Pierre Thibault wrote:


There are talking about Tomcat but not about JBoss. I'll continue   
with JBoss because I want to access J2EE.




I think you might be confused about what J2EE is. If you need  
EJBs, then yeah, JBoss would be one way to go. If you don't,  
there's a lot of other parts of J2EE, like servlets, JSP, taglibs,  
etc..


Dave





Confused

2005-06-12 Thread Pierre Thibault

Hello,

I am new to Struts and I am a bit confused. I would like some light.

I have just installed Tomcat 5 for Java WSDP. Do I need this version  
to make Struts development or can I use the regular 5.5 version too?  
I have installed both.


I also saw that Struts is listed in the Ex-Jakarta section of the  
Jakarta web site. Is this mean that Struts is now replaced by Tapestry?


Also, I would like to know how can I have access to J2EE? I am on Mac  
OS 10.4 and as I know I need JBoss to have access to J2EE. I have  
installed JBoss on my machine too. But I don't understand how can I  
use Tomcat, JBoss and Struts altogether. Can you help me?


Regards.

-
Pierre