• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

confusion on FBN

 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI everyone:
I am working on the FBN project. I've finished lock(), unlock() and criteriaFind(). Right now I am trying to design the server for the RMI part. What's confusing me is how I am gonna design the server interface. As I understand, for the network version, we should give the user the ability to run the server and client on different machines, which means the server package including FiledInfo and DataInfo classes will not be available to the client side. So, the server is not supposed to send the client results like DataInfo[] or FieldInfo[]. But how do we retrieve those information?
I am also confused by the requirement: "To connect with your server, you should create a client program. This implementation should include a class that implements the same public methods as the suncertify.db.Data class". One the client side, do we really need to implement all the methods in the Data class?
Thanks.
 
Ranch Hand
Posts: 178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As assignment specifies you can use either RMI or object serialization.
 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am just curious, what is FBN project ??
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic