Results 1 to 7 of 7
Thread: Begginer and project
- 03-23-2009, 11:46 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 4
- Rep Power
- 0
Begginer and project
Yo!
Here's the thing, I need to make for my college project :
Java package that contains classes that input(fill in) data and read configuration data in Java. Config data must be placed into the document on some web place.
Format of this record may be one of the following :
Usual properties, XML Properties.
Information about the type of the config file are placed into conf.txt and contains type of format and URL of conf.txt.
Configuration data that must be filled and read are :
Time frame between acitivities in minutes.
URL of the document that can be downloaded.
Relative directory on which documents are stored.
Name of the document in which activities are filled in(log).
Second package :
In this package are classes that are getting the documents so that every document is taken by one thread in sync with time frame. Document that is taken is given name in format : name_yyyy_mm_dd_hh_mm. After the document has been taken data are filled into log file and they are : time, name of the file and status. Access to log file must be specific.
This is for my college project. I'm on the beggining of learning programming in Java. We're doing this in NetBeans IDE 6.5.
Thanks for every help...
Cheers!
-
Thanks for posting your assignment. I think that I speak for everyone here in wishing you great success with your project. Good luck!
- 03-24-2009, 12:01 AM #3
Member
- Join Date
- Mar 2009
- Posts
- 4
- Rep Power
- 0
Thanks for the support! ;)
-
um, do you have a specific question?
- 03-24-2009, 01:02 AM #5
Member
- Join Date
- Mar 2009
- Posts
- 4
- Rep Power
- 0
Hmm, where to start ? :D
Can you give me some code examples for filling in data into config file and reading that or something like that...to understand the principles how to do this for my project...some basic things from now I've understand, but very basics, adding classes and something about object-oriented programming....so sample codes is what I need, I would be grateful for that...;)
-
I think that you'll find this forum will be most helpful for answering specific questions -- the more specific the question, usually the more helpful and specific the answer. Your questions seem quite general and for me hard to answer. In this setting I think the best answer is to show you where the Sun Java tutorials are and have you go through them. There's plenty of sample code and lots of explanation, a virtual gold-mine. Some links.
The Really Big Index
The Java™ Tutorials
- 03-24-2009, 01:30 AM #7
Member
- Join Date
- Mar 2009
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
need help for a project
By megironi in forum New To JavaReplies: 4Last Post: 02-07-2009, 08:28 PM -
open existing project project ..
By itaipee in forum EclipseReplies: 1Last Post: 12-28-2008, 08:12 PM -
Student--begginer--help!!!
By AmandaIT in forum New To JavaReplies: 6Last Post: 05-09-2008, 03:37 AM -
Tic Tac Toe Ggame Help (Begginer)
By zero2008 in forum New To JavaReplies: 6Last Post: 01-11-2008, 10:18 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks