M
mike
Hi,
I am considering using java beans ( and it was a while since I used
it) to store/update data.
I use a series of commands to access a 3:rd party system. I parse the
data ( output from command) and generate an Activity object with
getters/setters.
I am considering using beans since I remember that updates/new objects
can be done easier using beans. Is that correct?
How will beans be updated if new data for an object is generated when
commands are executed?
What do I have to do in order to use beans? ( I am using jdk 1.5 ....
yes I know it is old ).
br,
//mike
I am considering using java beans ( and it was a while since I used
it) to store/update data.
I use a series of commands to access a 3:rd party system. I parse the
data ( output from command) and generate an Activity object with
getters/setters.
I am considering using beans since I remember that updates/new objects
can be done easier using beans. Is that correct?
How will beans be updated if new data for an object is generated when
commands are executed?
What do I have to do in order to use beans? ( I am using jdk 1.5 ....
yes I know it is old ).
br,
//mike