Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Marc_de_kwant
Marc_de_kwant
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
3

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Marc_de_kwant
Customize the badges you want to showcase on your profile
Re: Hibernate/spring and do I really need value objects - Adobe LiveCycle 02-09-2007
hi,As jus74 said it is common behaviour, but not only forhibernate, but also for all similar techniques (JDO, EJB3, Toplinketc). In my opinion you should model your VO/DTO objects accordingto the needs of your interface (i.e. the fields you need in yourinterface should be present in your Vo/DTO). Then you can choose to code custom classes to convert yourVO's to your domain objects, or you can make a sightly biggereffort and create a small framework that does the translation fromVO to domainobjec...

Views

226

Likes

0

Replies

0
Re: Flex, Spring and Hibernate - Adobe LiveCycle 28-08-2007
Hi,I have build an example project using Flex and Spring (http://www.wowww.nl/wordpress/?p=58).Maybe it can help you solve your problem.kind regards,Marc

Views

231

Likes

0

Replies

0
Re: Hibernate/spring and do I really need value objects - Adobe LiveCycle 28-08-2007
Hi,i have as of yet not seen the possibility to restrict theflex serializer to do what you want. But i would not advice you topropagate your domain objects beyond the sevicelayer. This willonly add more complexity in your presentation layer (you might wantto combine multiple domain objects to a single presentation),furthermore this exposure of your domain objects can lead to weirdbehaviour in your domain when you, by mistake, alter the objectsalong the way.kind regards,Marc

Views

226

Likes

0

Replies

0
Re: Flex with Spring - Adobe LiveCycle 19-07-2007
Hi,Her is a basic example on how to tie flex and springtogether.http://www.wowww.nl/wordpress/?p=58Regards,Marc

Views

352

Likes

0

Replies

0
Re: FDS+Spring+Hibernate - Adobe LiveCycle 19-07-2007
Here is an easy to use Flex - Spring Integration Example.From there it is basicly just Spring stuffhttp://www.wowww.nl/wordpress/?p=58regards,Marc

Views

387

Likes

0

Replies

0