niharika singh

Greenhorn
+ Follow
since Sep 18, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by niharika singh

Originally posted by tony luo:
Hi all
1. I used Mediator pattern at client side.
2. Don't worry about the essay exam. It is very easy as long as you finish the project by yourself.


Originally posted by tony luo:
General Considerations(maximum = 58): 58
Documentation(maximum = 20): 20
GUI(maximum = 24): 23
Server(maximum = 53): 49


Could you please give me some idea about your documentation(As you score excellent in documentation).
Thanks

Originally posted by tony luo:
General Considerations(maximum = 58): 58
Documentation(maximum = 20): 20
GUI(maximum = 24): 23
Server(maximum = 53): 49


Could you please give me some idea about your documentation(As you score excellent in documentation).
Thanks

Originally posted by tony luo:

3. Most of fields I declared as private.


Thanks for your reply.
Can you explain me in breif your MVC or what ever degin you used?
TIA
Congratulation
Did you use private for all field
Thanks

Originally posted by Peter den Haan:

The smallest footprint interface that the model could expose is something like findFlights(origin, destination), getTableModel(), bookFlight(flightNo, numSeats). I'm not saying that this is complete or necessarily the best interface.
- Peter


hi,
Can you put some more light on it?
TIA

Originally posted by Shankar Shanmugam:
Can you be more specific about your question.


I want to know did you use MVC in your GUI.If yes, then could you please explain it.
congrtulation,
can you tell me about your GUI.
TIA :CONFUSED:

Originally posted by Lora Louise:
To update cells,
AbstractTableModel model = table.getModel();
model.fireTableCellUpdated(row, column);


thanks for reply
hi,
Can anyone help me how to update Jtable?
TIA
joy,

Thanks for your reply.All the best for future.
Conratulations on your good score.
Can you clarify my few doubts
1- Data class first constructor does not throw IOException on giving wrong/no database file.Why?
2- Did you use Dynamic downloading ? if yes can you guide me on that.
TIA
Originally posted by vladimir levin:
My Data class was in a jar file that was placed on both the
client and the server. Make sure your CLASSPATH variable
is set properly to find the Data class.

Thanks. I thought so too however I was wavering, as in this case the remote clients who do not require Data class would also have a copy in their systems (but then one can't have a perfect solution).Thanks once again.
Congrats on your success.
I am trying to test my client/server jar files. I am facing a
peculiar problem.
I have packaged my classes in two jar files - server.jar and
Client.jar.
Server.jar contains among other classes Data and DataServer(RMI
server).
Client.jar contains all client classes.
While testing-
A. For RMI - 1. Run Server.jar
2. run client.jar
Everything is OK.
B. Local mode - Unable to run client.jar alone as it needs Data class,
which is in server.jar.
However even if I run Server.jar, client.jar still does not find Data
class and returns error 'Data class not found'
How you have addressed the issue.
regards.

Congrats on your success.
I am trying to test my client/server jar files. I am facing a
peculiar problem.
I have packaged my classes in two jar files - server.jar and
Client.jar.
Server.jar contains among other classes Data and DataServer(RMI
server).
Client.jar contains all client classes.
While testing-
A. For RMI - 1. Run Server.jar
2. run client.jar
Everything is OK.
B. Local mode - Unable to run client.jar alone as it needs Data class,
which is in server.jar.
However even if I run Server.jar, client.jar still does not find Data
class and returns error 'Data class not found'
How you have addressed the issue.
regards.