The Artima Developer Community
Sponsored Link

Java Answers Forum
integrate packages into an app

2 replies on 1 page. Most recent reply: Oct 25, 2003 3:38 AM by E Figueroa

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
E Figueroa

Posts: 3
Nickname: ef
Registered: Aug, 2003

integrate packages into an app Posted: Oct 24, 2003 7:23 AM
Reply to this message Reply
Advertisement
Hi!
maybe my question sounds too simple for the experiencied programmers.
Well: I've done some modules to do some functions in an application. I mean one userManager package, one FileManager package, one conectionMgr package and so on..
Now I need to get all them together into the application (maybe with a Main package or so?)
but I'm not sure how to do to get all the modules to act as I need. Some kind of Call functions?
Any clues, please? maybe exemples?
Thanks!


Joe Parks

Posts: 107
Nickname: joeparks
Registered: Aug, 2003

Re: integrate packages into an app Posted: Oct 24, 2003 10:53 AM
Reply to this message Reply
When you say "package," do you mean "Java package," such as
package userManager;


Or a jar file?

E Figueroa

Posts: 3
Nickname: ef
Registered: Aug, 2003

Re: integrate packages into an app Posted: Oct 25, 2003 3:38 AM
Reply to this message Reply
I mean just as you say 1st:

package userManager;

and there are a few files which belongs to the package.

The question is how to make the different packages to complement each other.

Flat View: This topic has 2 replies on 1 page
Topic: guessingamehelp Previous Topic   Next Topic Topic: java code for a search engine

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use