• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Step#1 of roberto-perillo paper - OCMJD Assignment

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created following files for Bodgit and Scraper assignment:

1) DatabaseException.java(extends Exception)
2) RecordNotFoundException.java(extends DatabaseException)
3) DuplicateKeyException.java(extends DatabaseException)
4) DatabaseFileReader.java(Taking idea from roberto-perillo tool to read .db file) This is working.
5) Created interface LocalDB.java(Extends DB.java which is the interface provided by Sun)

All above packages are in compiled state as i resolved all compile errors.

I am working on step#1 of Roberto Perillo's paper.

Can you please guide me next step.

 
Sheriff
Posts: 11606
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to know how I handled my assignment, take a look here.
 
eat bricks! HA! And here's another one! And a tiny ad!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic