The Artima Developer Community
Sponsored Link

Java Buzz Forum
WebWork2 and complex object models

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mathias Bogaert

Posts: 618
Nickname: pathos
Registered: Aug, 2003

Mathias Bogaert is a senior software architect at Intrasoft mainly doing projects for the EC.
WebWork2 and complex object models Posted: Sep 21, 2003 12:22 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Mathias Bogaert.
Original Post: WebWork2 and complex object models
Feed Title: Scuttlebutt
Feed URL: http://feeds.feedburner.com/AtlassianDeveloperBlog
Feed Description: tech gossip by mathias
Latest Java Buzz Posts
Latest Java Buzz Posts by Mathias Bogaert
Latest Posts From Scuttlebutt

Advertisement
Model-driven WebWork2 actions are very useful for simple objects, but when a relationship to another object needs to be mapped, one currently needs to custom code it (or use Type Conversion). The way I see it, is that this should be standard functionality for a MVC framework, and it is perfectly possible. Here is how I see this implemented: The CreatePerson action has a private field and a getter and setter: private Address address; public Address getAddress() { return address;...

Read: WebWork2 and complex object models

Topic: Consequences of overclocking Previous Topic   Next Topic Topic: Where have the Architects gone?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use