• 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
  • Paul Clapham
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Junilu Lacar
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Stephan van Hulst
  • Peter Rooke
  • Mikalai Zaikin
Bartenders:
  • Himai Minh

Initial Step

 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All:
Just 2 days back I downloaded the assignment and wondering about
initial step in the coding. Since I got binary db file I think I
don't need to write DCT.
I really appreciate your suggestions.
Thanks
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I too downloaded my assignment last week and i started with
understanding the Data,DataInfo,FieldInfo class.(since i got binary file i have no idea what this binary file contains). Now i understand the file format and i started thinking about GUI.
please give your suggestions.
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, What's the stpewise procedure..Can any one please suggest. Whether it's better to work on GUI first and then coding the Database and networking part? Or other way? I've downloaded and read the specifications. How to proceed now..?
Thank you,
Neelima.
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since there's two components. network mode and local mode. Make the GUI and the db client. This will allow you to test the GUI and have a functioning prototype and validate your basic design. Then add the network components.
Sam
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first step I considered and implemented is to compile what has been given and run the most simple test against the binary DB file. As a file is already in binary format, I think we just might let it be. But the small test will at least let me see what's inside this file. I also started to put a prototype for GUI as right now it is mostly following Sun's look and feel design guidelines.
I wonder how many people choose RMI over serialization/sockets?
 
Ranch Hand
Posts: 216
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by alex zhanov:
I wonder how many people choose RMI over serialization/sockets?


A lot ! Some people argued that sockets are better solution however RMI approach is so much easier and has number of advantages ( these things You can argue back and forth) and I would suggest You and anyone to go with it. Initially I thought of doing it with sockets because at the time I didn't know how RMI works, however if You take little bit of time to learn RMI, You will understand it's benefits and that it is the way to go.
Vladan
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As for the db.db file just open it with Wordpad or notePad this will allow you to view the contents of the file. I just downloaded my assignment and That is what I did to get an idea of what I am dealing with..

Hope this helps Ray..,.
 
Yeast devil! Back to the oven that baked you! And take this tiny ad too:
Master Gardener Program
https://coderanch.com/t/771761/Master-Gardener-Program
reply
    Bookmark Topic Watch Topic
  • New Topic