• 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

any one interested?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello friends,
I have just downloaded my scjd assignment.My assignment is about "Fly By Night Services". If any one got this same thing and want to discuss design issues and other things are welcome.
I will start do my project next week.
regards
sreedhar
sreedhar_gari@hotmail.com or garimella@iicindia.com
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by sreedhar:
Hello friends,
I have just downloaded my scjd assignment.My assignment is about "Fly By Night Services". If any one got this same thing and want to discuss design issues and other things are welcome.
I will start do my project next week.
regards
sreedhar
Hi Sreedhar,
I too have downloaded the assignment now. I am already into it and just deciding how to start.I am thinking of starting off with database design.
bye
suja
sreedhar_gari@hotmail.com or garimella@iicindia.com


 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by sreedhar:
[B]Hello friends,
I have just downloaded my scjd assignment.My assignment is about "Fly By Night Services". If any one got this same thing and want to discuss design issues and other things are welcome.
I will start do my project next week.
regards
sreedhar
Hi Sreedhar,
I too have downloaded the assignment now. I am already into it and just deciding how to start.I am thinking of starting off with database design.
bye
suja

 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have also got the 'Fly By Night' Services assignment for SCJD.
I am working on trying to convert the ASCII file to binary first. Any suggestions?
Jayanthi.
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys,
I think it is a good idea to exchange our thoughts about this exam.
I downloaded my assignment a few days ago as well.
I think I am going to start off with conversion tool first.
My fields are separated with ^.
When I have looked at Data class it seems to me we might reverse
the process and write everything the way Data class reads. In other words I will use Data class to build this conversion tool.
What do you think about that ?
matt
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't forget, you can use the StreamTokenizer class.
regards,
Khalid
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have exactly the same thing "I have started and created the GUI
but I am new to RMI and I am not sure how to go about vonverting the ascii file provided by the developer exam. Can any one help?
bukbol@hotmail.com

Originally posted by sreedhar:
Hello friends,
I have just downloaded my scjd assignment.My assignment is about "Fly By Night Services". If any one got this same thing and want to discuss design issues and other things are welcome.
I will start do my project next week.
regards
sreedhar
sreedhar_gari@hotmail.com or garimella@iicindia.com


 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just to help you guys on your way, the conversion tool is a good way to start. keep in mind that this conversion tool is completely separate from the rest of the assignment. It merely converts the data in your flat text file, to binary form. There is no "setting up of the database really. The Data class does all that for you. You merely have to write the converter which will utilize one of the Data constructors and the writeRecord() to set it up. After this you might want to look at ridding the data class of the depricated methods and your on your way. Pay close attention to the specs, if read correctly they tell you alot you need to know about the proj.
Good Luck all!!
Greg
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic