Results 1 to 4 of 4
- 07-14-2012, 07:23 AM #1
Member
- Join Date
- Jul 2012
- Posts
- 8
- Rep Power
- 0
- 07-14-2012, 01:28 PM #2
Member
- Join Date
- Mar 2011
- Posts
- 94
- Rep Power
- 0
Re: How to make a Java Console Program save user made changes?
You'll need to save the user's actions to disk. Assuming that a database is overkill for your assignment, take a look at basic I/O. A more elegant way to do it could be with object serialization. Object serialization can take an object and write it to disk. It can then read it back as the original object.
-
Re: How to make a Java Console Program save user made changes?
I prefer to do human readable serialization if possible with XML. One way (and what I've used) is with JAXB. I've read that XMLBeans can do this too.
- 07-14-2012, 07:58 PM #4
Member
- Join Date
- Jul 2012
- Posts
- 8
- Rep Power
- 0
Similar Threads
-
eclipse and user made library
By walkswithzombies in forum EclipseReplies: 10Last Post: 02-13-2012, 11:03 AM -
Arrays made from user input
By sonofJack3 in forum New To JavaReplies: 15Last Post: 12-01-2011, 06:18 AM -
Just made my first Java program without a tutorial
By Vatec in forum New To JavaReplies: 2Last Post: 10-22-2011, 03:29 PM -
How do I run a java program that I made off of my desktop?
By Chris Rice in forum New To JavaReplies: 2Last Post: 06-30-2010, 07:19 AM -
how to run my java program made in netbeans to another PC?
By kwink in forum AWT / SwingReplies: 2Last Post: 03-22-2009, 06:43 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks