The Artima Developer Community
Sponsored Link

Java Buzz Forum
How do you serialize and deserialize object graphs in your UI framework?

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
Paul Kilroy

Posts: 58
Nickname: paulkilroy
Registered: Jul, 2004

Paul Kilroy is a Frustrated Programmer
How do you serialize and deserialize object graphs in your UI framework? Posted: Jul 31, 2004 11:52 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Paul Kilroy.
Original Post: How do you serialize and deserialize object graphs in your UI framework?
Feed Title: The Frustrated Programmer
Feed URL: http://liberty.phpwebhosting.com/404.html
Feed Description: The problems I encounter on a daily basis, blogged for posterity. All content will be original, contain poor grammar and a few mispellings.
Latest Java Buzz Posts
Latest Java Buzz Posts by Paul Kilroy
Latest Posts From The Frustrated Programmer

Advertisement
One of the beautiful features of Hibernate is that you can finally work with objects in your persistence layer. Once your mappings are setup, you can keep playing with object oriented code. Why don't we have anything like this with UI frameworks? Currently if I have the following classes in my object model. Cat is a nomal object/table, and gender is an enumeration/lookup table. public class

Read: How do you serialize and deserialize object graphs in your UI framework?

Topic: Incoherence Previous Topic   Next Topic Topic: Supernova - did April 2nd mark the beginning of Sun's final stage?

Sponsored Links



Google
  Web Artima.com   

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