• 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

File Structure

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not know my file structure of code is right or not , wait for your opinion.

code/suncertify/client/GUI,View,ViewImpl,Controller,ControllerImpl,Model,ModelImpl

code/suncertify/network/RMIClient,RemoteInterface,RMIServer

code/suncertify/server/Server

code/suncertify/db/a lot of classes

code/suncertify/Runme.java(Launch the program with argument)

code/suncertify.properties(store the properties of dbpath,ip of server,port of server)

code/db.db(The default position of db)

sun request:
A directory called code, containing all the source code and related parts of your project. You must create subdirectories within this to reflect your package structure and distribute your source files within those directories.

Does my file structure meat the request of sun?? Thank you for your response.

Should i put the class RMIClient into client package and RMIServer into server package ??? I don't know if they belong to the network part.
thank you .

[ September 16, 2005: Message edited by: sheng peng ]
[ September 16, 2005: Message edited by: sheng peng ]
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sheng,

Perhaps "help , how to package" might help you.

Regards, Andrew
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic