Originally posted by Alex Sharkoff:
Hi my fellow ranchers,
What potential problems can you see in running RMI Client in jre1.4.2 that talks to RMI Server running in jre5.0.5:
------------- -------------
rmi client | <---- | rmi server |
jre1.4.2 | ----> | jre 5.0.5 |
------------- -------------
Originally posted by Josh Allen:
10 Kb or 3 1/2 pages.
Originally posted by Ali Hussain:
No I do not. I was considering to do this in finalize method but decided not to do so. More code == More bugs.
Originally posted by Arun G Rao:
Regarding 3b) Should I maintain a log.xml or some properties file to have settings like location, size of the logs, granularity of the logs, format etc..
Which brings to my next question
Should we provide a UI for all such settings because it is clearly stated that the assessor will not modify any file. More importantly, Should we provide a UI for DB file location and persist it?
Use of functionality provided by the core Java classes will be preferred to your own implementation of that functionality, unless there is a specific advantage to providing your own implementation.
Originally posted by jiju ka:
So in what mode you will add new room. Standalone mode is most appropriate. It you do it in network mode, it will not be easy to attain concurrency.
Further adding a new room is not a "must".
Below are the steps you will be executing to do an insert.
Get number of records
curr record num <--- add one to number of records
new sempophore <-- new Semophore for curr record num
acquire lock
insert record to physical table
release lock
The operations starting from "creating rec number" through "write" need to be synchronized without giving chance to dead locks.
1. "In either case" means while in network mode using either RMI or serialized objects. Right or Wrong?
2. What does the location of the database mean here? Is it an absolute path + file name to data file or just path? What are the possible values?
3. In network mode location of the database need to be provided by user. In non-network mode user need not provide database location. Right or wrong?
4. If Aplication is started in stand alone mode, can another gui started with "mode left out" (Just gui) connect to the database in stand alone mode?
Is sun asking to book multiple rooms in single user action?