Re: action class is a part of controller or model; and what about formBean

2009-10-13 Thread Gregor Marinšek

Well i would say, tha action implementation (action class) is the
controller, formBean is in one way the interface between view and
controller and model is implementation of some third part (f.e.
hibernate)... Thats my view of the 'story'. If i'm wrong, please
correct me.

Gregor

Arindam Rajbanshi wrote:

ya, i understand, but action class is a part of controller or model.
and formBean is a part of model or controller.

On Mon, Oct 12, 2009 at 3:59 PM, Terry Gardner wrote:

  

Broadly speaking, the Controller is the filter, the Model is the action,
and the result leads to the View.


On Oct 12, 2009, at 5:58 AM, Arindam Rajbanshi wrote:

i am doing struts 1.2 . Please tell me action is a part of controller or


model.
and formbean is a part of controller or model. even in the apache document
http://struts.apache.org/1.x/userGuide/index.html
tehy mentionde bormbean in Building Model Components   and  Building
Controller Components in two places and action in  Building Controller
Components
please clear my doubt.

  

--
terry.gard...@sun.com
Blog: http://ff1959.wordpress.com
http://www.directory-server.org
Mobile: 404 925 6385





  



--
Gregor Marinšek


TIS d.o.o.
Ljubljanska 9, Maribor
e-mail: gmarin...@tis.si
http://www.tis.si

GSM: (+386) 040 730 015

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: action class is a part of controller or model; and what about formBean

2009-10-12 Thread Arindam Rajbanshi
ya, i understand, but action class is a part of controller or model.
and formBean is a part of model or controller.

On Mon, Oct 12, 2009 at 3:59 PM, Terry Gardner wrote:

> Broadly speaking, the Controller is the filter, the Model is the action,
> and the result leads to the View.
>
>
> On Oct 12, 2009, at 5:58 AM, Arindam Rajbanshi wrote:
>
> i am doing struts 1.2 . Please tell me action is a part of controller or
>> model.
>> and formbean is a part of controller or model. even in the apache document
>> http://struts.apache.org/1.x/userGuide/index.html
>> tehy mentionde bormbean in Building Model Components   and  Building
>> Controller Components in two places and action in  Building Controller
>> Components
>> please clear my doubt.
>>
>
> --
> terry.gard...@sun.com
> Blog: http://ff1959.wordpress.com
> http://www.directory-server.org
> Mobile: 404 925 6385
>
>


Re: action class is a part of controller or model; and what about formBean

2009-10-12 Thread Terry Gardner
Broadly speaking, the Controller is the filter, the Model is the  
action, and the result leads to the View.


On Oct 12, 2009, at 5:58 AM, Arindam Rajbanshi wrote:

i am doing struts 1.2 . Please tell me action is a part of  
controller or

model.
and formbean is a part of controller or model. even in the apache  
document

http://struts.apache.org/1.x/userGuide/index.html
tehy mentionde bormbean in Building Model Components   and  Building
Controller Components in two places and action in  Building Controller
Components
please clear my doubt.


--
terry.gard...@sun.com
Blog: http://ff1959.wordpress.com
http://www.directory-server.org
Mobile: 404 925 6385



smime.p7s
Description: S/MIME cryptographic signature


action class is a part of controller or model; and what about formBean

2009-10-12 Thread Arindam Rajbanshi
i am doing struts 1.2 . Please tell me action is a part of controller or
model.
and formbean is a part of controller or model. even in the apache document
http://struts.apache.org/1.x/userGuide/index.html
tehy mentionde bormbean in Building Model Components   and  Building
Controller Components in two places and action in  Building Controller
Components
please clear my doubt.