will Flex supports same functionality as form bean mapping to jsp for setting input values

5 views
Skip to first unread message

Kiran Singh

unread,
Nov 14, 2009, 11:55:29 AM11/14/09
to flex_...@googlegroups.com
Hi friends,


Will flex supports the functionality in mapping the form bean and jsp for auto setting the values in the form bean.

For Example (People who doesn't the struts usage )  :-

In struts we create a jsp and form bean (DTO). if we want to save the values inserted in the values in the jsp input fields,the values will auto set to the form bean (DTO). 

Do we have similar functionality in flex . This auto setter functionality is provided in struts frame work.


Please provide the ideas and ways how we can do it in flex.Ours ideas will be appreciated .


--
N.Kiran Singh

Devaraj

unread,
Nov 14, 2009, 11:13:23 PM11/14/09
to Flex India Community
Hi Kiran
You can try, these ioc frameworks below to have this kind of
functionality:
Parsley, Swiz, Mate, SpringActionScript (prana previously) and
Cairngorm 3 (latest with parsley behind).
Regards,
Devaraj

Kiran Singh

unread,
Nov 15, 2009, 9:11:41 AM11/15/09
to flex_...@googlegroups.com
Hi Devaraj ,

What is the framework that matches to my requirement(as you mentioned 5 frameworks ).If you mention right framework i will understand it detail.

Thanks


--

You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_...@googlegroups.com.
To unsubscribe from this group, send email to flex_india+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/flex_india?hl=.





--
N.Kiran Singh
mca

Div

unread,
Nov 15, 2009, 1:51:35 PM11/15/09
to Flex India Community
Hi Kiran,

If i understand your requirement correctly, you want to bind the
values on the screen to some beans simialr to DTO and transfer it to
server layer so that you can persist the data? If my understanding is
correct then you can create ValueObject, similar to java POJO (DTO),
and bind those variables with controls on screen.
In your POJO, make sure you use [Managed] tag.
e.g. [Managed]
[RemoteClass(alias="div.test.samples.model.Student")] where
Sturdent is your ValueObject(VO) in java at the mentioned location.
While making calles using remote objects this will map the data to and
from while making calls to server.

Hope this helps.

Div

On Nov 14, 9:55 pm, Kiran Singh <nkiransi...@gmail.com> wrote:

pradeep gorijavolu

unread,
Nov 15, 2009, 12:30:05 AM11/15/09
to flex_...@googlegroups.com
Please let us know the steps how we develop this one using
Cariongorm 3 .

Regards,
Pradeep.

On Sun, Nov 15, 2009 at 9:43 AM, Devaraj <nsde...@gmail.com> wrote:

Kiran Singh

unread,
Nov 16, 2009, 1:53:34 AM11/16/09
to flex_...@googlegroups.com
Hi Div,
 
My requirement is nt what u are expecting.Right now we are doing the same what u have mentioned.
 
I mean when i click on save button.The controls(Text box, combo and so on) in the screen need to be saved automatically to the DTO variables since i will be using control name and DTO names will have similar names.(Struts will provide this similar feature)
 
I will not set the values to dto variables before going to server,this need to be done automatically
--
N.Kiran Singh
mca

Kiran Singh

unread,
Nov 18, 2009, 8:40:39 AM11/18/09
to flex_...@googlegroups.com
Friends,
 
I need this requirement please respond friends.I need to develop it
--
N.Kiran Singh
mca
Reply all
Reply to author
Forward
0 new messages