From: Steve F. <st...@pc...> - 2004-01-17 03:21:28
|
folks- i am gearing up to right my first WDK java code (xml parser using digester). this is also my first java code for GUS. and so, i am confronted with the nasty package name question. officially, this is kind of what i think the package name should be, but, its so darn long: org.gusdev.gus.wdk.model.config.Parser; ie, organization_type.organization.project.component.subcomponent.package note that while we don't yet, we do expect to have other projects, such as rad, be under the gusdev umbrella. i did a quick surf to see if others are having this problem. here is the first package name i stumbled on: oracle.security.rdbms.server.AppCtx.AppCtxManager I suppose we could drop the leading org: gusdev.gus.wdk.model.config.Parser any ideas? |