0
votes
4answers
54 views
Should I keep the package name when extending a class?
I plan to extend a JSF renderer. The package name is oracle.adfinternal.view.faces.renderkit.rich
Should the extended class be in the same package structure:
oracle.adfinternal.vi …
1
vote
5answers
45 views
Apparent Hierarchies of Packages
In this post http://java.sun.com/docs/books/tutorial/java/package/usepkgs.html
into the paragraph "Apparent Hierarchies of Packages" is written:
"" At first, packages appear to b …
0
votes
2answers
51 views
What’s the most straightforward way to typeset MLA-style college essays in LaTeX?
I've been using LaTeX for a little while now to typeset my algorithms homework, and I really like the quality of the output as well as the ease-of-use. I'd like to starting using L …
0
votes
4answers
88 views
Conflicting Python Packages How can it be Resolved?
So we went to implement something today, and discovered that there already is several applications relying on the old implementation of our inhouse python library. Called cis_py. N …
2
votes
2answers
87 views
Simple statistics - Java packages for calculating mean, standard deviation, etc…
Could you please suggest any simple Java statistics packages?
I don't necessarily need any of the advanced stuff. I was quite surprised that there does not appear to be a function …
0
votes
1answer
47 views
Is there a problem initializing a JAXBContext with a package in a library?
I'm trying to initialize a JAXBContext like so:
JAXBContext jaxbContext = JAXBContext.newInstance("ebay.apis.eblbasecomponents");
When the code is run, however, I get the follow …
1
vote
3answers
95 views
How can I install Perl’s DBI module on Ubuntu? [closed]
cant open perl script "Makefile.PL":No such file or directory.
While installing perl-DBI im getting this error. kindly suggest some solution.
2
votes
3answers
92 views
Is there a straightforward way to find all the modules that are part of a python package?
Is there a straightforward way to find all the modules that are part of a python package? I've found this old discussion, which is not really conclusive, but I'd love to have a def …
4
votes
4answers
86 views
How can I install several CPAN distributions at once?
I have recently started some Perl development and use CPAN to install all my packages. I was wondering if there are some "best practices" to manage required packages for a script o …
0
votes
1answer
45 views
SSIS Loop a list of connection strings in a master package, executing two other packages for each connection string
I am trying to figure out how to loop a list of connection strings in an SSIS package. MSDN suggests I can have an Execute SQL task generate a result set into a variable and use a …
-1
votes
2answers
43 views
Create a package in Xcode-Objective-C
Hi,
Can I know how to create a package in Xcode ( Objective-C ) like the Java packages. I do not find any direct way of creating a package. Is there any method to create a package …
0
votes
1answer
25 views
Application packaging
I'm using Visual Studio to create my installation package.
My application use some bitmap and other data file. I currently include these files in my setup project.
Is there a way …
6
votes
7answers
969 views
Actionscript 3 import package.* vs import package.Class
In Actionscript 3, is there any reel overhead between importing a full package versus importing independant classes?
E.g.: import flash.display.* vs. import flash.display.Sprite
…
0
votes
1answer
53 views
Where should I put shared testing utilities in a multi-module Maven project?
I probably sholdn't obsess about this too much, but my project has a very structured layout that I have become very fond of. Having that much structure has actually proven to be us …
5
votes
7answers
147 views
What’s the best way to distribute a binary application for Linux?
I just finished porting an application from Windows into Linux.
I have to create an installer of the application.
The application is not open source => I should distribute the appl …
