• 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

Testing db and server package

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, all-member !
My package structure is as follows;
suncertify : 1. db ; Data.java,
DataInfo.java,
FieldInfo.java,
DatabaseException.java,
db.db
2. server ; DataServer.java(Interface),
Server.java,
ServerImpl.java
3. client ; ...
After compile db and server package, I could successfully
create stub, skeleton class.
And the next step will be client-side design.
But, before go to client package coding, I wish verify my
db and server package for criteriaFind(), lock(), thread and etc.
My question is
1. Is db and server package O.K if I successfully
create stub, skeleton class ?
2. Does anyone have Test class or method which could
post in this group ?
Please, let me know your suggestion !
Thanks in advance.
[ January 10, 2002: Message edited by: scpark ]
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
scpark,
JavaRanch has a Naming Policy Please read and reregister with a proper name.
 
scpark
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry.
I didn't know the Naming policy.
My full name is SungChan Park from Korea.
Thanks for correcting me.
(I cann't change my name in My-profile menu)
 
Paddy spent all of his days in the O'Furniture back yard with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic