The Artima Developer Community
Sponsored Link

Java Buzz Forum
BeanUtils

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
Nanik

Posts: 16
Nickname: nanik
Registered: Jun, 2003

Seasoned Contractor for J2EE
BeanUtils Posted: Jul 29, 2003 12:33 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Nanik.
Original Post: BeanUtils
Feed Title: Nanik's Weblog
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Java, J2EE, Open Source, Cafe and other
Latest Java Buzz Posts
Latest Java Buzz Posts by Nanik
Latest Posts From Nanik's Weblog

Advertisement
Tried to play around with BeanUtils and it's pretty nifty. This module allows you to manipulate your object that adhere to the JavaBean specification. The interesting bit about it is that it allows you to create dynamic object without writing one. Just imagine how much time you save in writing code that can be done dynamically. I can think of a couple of ways that I'm going to use this. As a matter of fact one of the modules I'm working on requires me to make a copy of the object before getting new data from the database. After looking at the package, I think I'm going to use it instead of cloning the object, the method name is cloneBean it's in the org.apache.commons.beanutils.BeanUtils package.
Struts 1.1 enable you to create dynamic forms, and this is achieved by using this particular package. The other package that I found interesting is the converted package that helped you to convert data types easily. I'm excited to explore more now

Read: BeanUtils

Topic: Motocoder Messes up Again Previous Topic   Next Topic Topic: Java Glitch in SH505i DoCoMo handsets

Sponsored Links



Google
  Web Artima.com   

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