RE: contains(String, String) in DynaActionForm

2003-10-10 Thread Horky Adam G A1C 805 CSPTS/SCBE
key is a reference to a value in the Application.resources file

-Original Message-
From: Marc Dugger [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2003 5:14 PM
To: [EMAIL PROTECTED]
Subject: contains(String, String) in DynaActionForm

Can someone explain the parameters of this method?  The javadocs call
them
'name' and 'key'.  I gather that 'name' refers to the 'name' attribute
of
the form-property in struts-config.  If so, what does 'key' refer to?
Thanks.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/2003


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


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



RE: user roles in ActionConfig

2003-10-09 Thread Horky Adam G A1C 805 CSPTS/SCBE
Thanks. That was a big help.

-Original Message-
From: Ted Husted [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 08, 2003 8:07 PM
To: Struts Users Mailing List
Subject: Re: user roles in ActionConfig

If you are using standard container-mananaged authentification, there's 
not much to it. Just specify the roles for the Action the same as you 
might for a secure resource in the web.xml.

For more about Web Application Security, see the Web Services Tutorial.

http://java.sun.com/webservices/docs/1.0/tutorial/doc/WebAppSecurity.htm
l

HTH, Ted.

Horky Adam G A1C 805 CSPTS/SCBE wrote:

 I am looking for documentation or mentoring in implementing user roles

 via the ActionConfig.
 
  
 
  
 
  
 
 A1C Adam G Horky
 
 Application Development Programmer, SCBE
 
 (618)256-2300
 
  
 

-- 
Ted Husted,
   Junit in Action  - http://www.manning.com/massol/,
   Struts in Action - http://husted.com/struts/book.html,
   JSP Site Design  -
http://www.amazon.com/exec/obidos/ISBN=1861005512.

Get Ready, We're Moving Out!! - http://www.clark04.com



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


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



JBoss

2003-10-09 Thread Horky Adam G A1C 805 CSPTS/SCBE








I noticed some of the developers on this mailing list
advocating the use of JBoss. I am currently reading some docs on JBoss, but I
dont have a clear understanding of it yet. I currently use Tomcat as my
app server. Does it run over Tomcat? Can anyone recommend some good
documentation on what exactly JBoss is?









A1C Adam G Horky

Application Development Programmer, SCBE

(618)256-2300










RE: JBoss

2003-10-09 Thread Horky Adam G A1C 805 CSPTS/SCBE
Thanks to everyone for the info. I don't plan to use EJBs at the moment,
so I guess I will just stick with using Tomcat.




-Original Message-
From: Davidson, Glenn [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2003 1:20 PM
To: 'Struts Users Mailing List'
Subject: RE: JBoss

Bottom Line: If you need to use EJB's and want an open source
application
server the JBoss/Tomcat bundle works.

I am currently using the JBoss/Tomcat Bundle and am having success. As
noted
below JBoss is only required if you are going use EJB's. If there are no
EJB'S you will not require JBoss. I have created many EJB's and have had
very little difficulty getting them to work on JBoss. Tomcat is... well
it
is Tomcat and it works just fine. I have several books on JBoss but none
that I'd recommend. If anyone out there has a recommendation for a good
JBoss book I'd be interested. Please note that deploying the EJB's on
JBoss
was a fairly easy operation. (At least it was in my case). I hope this
helps
and good luck on your project!

Glenn Davidson

-Original Message-
From: Wiebe de Jong [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 10:54 AM
To: 'Struts Users Mailing List'
Subject: RE: JBoss


Tomcat and JBoss work well together. In simple terms, think of Tomcat as
your servlet container and JBoss as your EJB container.

 

Wiebe

http://frontierj.blogspot.com http://frontierj.blogspot.com/ 

 

 

-Original Message-
From: Horky Adam G A1C 805 CSPTS/SCBE [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2003 7:19 AM
To: [EMAIL PROTECTED]
Subject: JBoss

 

I noticed some of the developers on this mailing list advocating the use
of
JBoss. I am currently reading some docs on JBoss, but I don't have a
clear
understanding of it yet. I currently use Tomcat as my app server. Does
it
run over Tomcat? Can anyone recommend some good documentation on what
exactly JBoss is?

 

 

 



A1C Adam G Horky

Application Development Programmer, SCBE

(618)256-2300

 


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



RE: JBoss

2003-10-09 Thread Horky Adam G A1C 805 CSPTS/SCBE
I feel you on the money issue. But the Air Force is going to pay me the
same no matter how much I know. So I think I will wait for the Air Force
to send me to a class on EJBs.

-Original Message-
From: Barry Volpe [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2003 1:29 PM
To: Struts Users Mailing List
Subject: Re: JBoss

I have had to go through the learning curve on struts and tomcat.  
Yet I want to get involved with EJB's because that is a desired skill
to have ($$).  So I am developing an app without EJB's.  If I do
this correctly with Struts I should be able to revisit this app and
incorporate EJB's at a later time.  This is my plan crawl before
you can walk as they say.

Barry





- Original Message - 
From: Horky Adam G A1C 805 CSPTS/SCBE [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 11:23 AM
Subject: RE: JBoss


Thanks to everyone for the info. I don't plan to use EJBs at the moment,
so I guess I will just stick with using Tomcat.




-Original Message-
From: Davidson, Glenn [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2003 1:20 PM
To: 'Struts Users Mailing List'
Subject: RE: JBoss

Bottom Line: If you need to use EJB's and want an open source
application
server the JBoss/Tomcat bundle works.

I am currently using the JBoss/Tomcat Bundle and am having success. As
noted
below JBoss is only required if you are going use EJB's. If there are no
EJB'S you will not require JBoss. I have created many EJB's and have had
very little difficulty getting them to work on JBoss. Tomcat is... well
it
is Tomcat and it works just fine. I have several books on JBoss but none
that I'd recommend. If anyone out there has a recommendation for a good
JBoss book I'd be interested. Please note that deploying the EJB's on
JBoss
was a fairly easy operation. (At least it was in my case). I hope this
helps
and good luck on your project!

Glenn Davidson

-Original Message-
From: Wiebe de Jong [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 10:54 AM
To: 'Struts Users Mailing List'
Subject: RE: JBoss


Tomcat and JBoss work well together. In simple terms, think of Tomcat as
your servlet container and JBoss as your EJB container.

 

Wiebe

http://frontierj.blogspot.com http://frontierj.blogspot.com/ 

 

 

-Original Message-
From: Horky Adam G A1C 805 CSPTS/SCBE [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2003 7:19 AM
To: [EMAIL PROTECTED]
Subject: JBoss

 

I noticed some of the developers on this mailing list advocating the use
of
JBoss. I am currently reading some docs on JBoss, but I don't have a
clear
understanding of it yet. I currently use Tomcat as my app server. Does
it
run over Tomcat? Can anyone recommend some good documentation on what
exactly JBoss is?

 

 

 



A1C Adam G Horky

Application Development Programmer, SCBE

(618)256-2300

 


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






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


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



user roles with ActionConfig

2003-10-08 Thread Horky Adam G A1C 805 CSPTS/SCBE








I am looking for documention or mentoring on setting up user
roles with the ActionConfig.









A1C Adam G Horky

Application Development Programmer, SCBE

(618)256-2300










user roles in ActionConfig

2003-10-08 Thread Horky Adam G A1C 805 CSPTS/SCBE








I am looking for documentation or mentoring in implementing
user roles via the ActionConfig.









A1C Adam G Horky

Application Development Programmer, SCBE

(618)256-2300










JavaServer Faces

2003-10-08 Thread Horky Adam G A1C 805 CSPTS/SCBE








Does anyone know enough about Struts and JavaServer Faces to
provide an opinion about the superiority of one over the other?





A1C Adam G Horky

Application Development Programmer, SCBE

(618)256-2300