From what I can see modeling software using UML leads to better quality code.
Karu Raj wrote:What would be your justification for your decision?
Gautham Kumar wrote:Our code has method to update the DB. Wondering if we can update this db file while testing.
Dinkar Chaturvedi wrote:The file contents are going to be a JSON format text which I would like to serve as is. Can Quartz be configured to fire the job to write a file instead of a database?
Ulf Dittmer wrote:Sounds complicated.
Is it ok to call "UnicastRemoteObject.exportObject(this);" in the RemoteServiceImpl constructor to avoid RemoteServiceImpl "extends UnicastRemoteObject"?
Is it ok that RemoteServiceImpl does actually not redeclare the service methods incl. throwing RemoteException. Instead just the interface RemoteService declares the RemoteException??? That feels quite strange to me?
Question 3: Overall design approach? Any hints or recommendations?