Naming convention in Java libraries and projects -
the suggestion creating java library eclipse helpful. created library project, exported jar file, , added build path of couple of clients.
what names better if each library may used several clients , vice versa?
for instance.
for projects.
- com.rp.project1
- com.rp.project2
- com.rp.project3
and on.
for libraries.
- com.rp.lib1
- com.rp.lib2
- com.rp.lib3
and on.
is practice?
well there no naming conventions libraries , projects. allowed call them like.
important use right names packages. should unique! example use email address.
you quick overview of naming conventions here.
possible duplicated many times!
Comments
Post a Comment