Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
287 views

Is there any way to get junit test classes used to test jdk1.6 code base. JDK is coming with src.zip, in the same way can I get test.zip which contains all test cases for all jdk classes.
Shanmukhan's user avatar
0 votes
2 answers
317 views

I collecting up many of my older projects and random code fragments and organizing them in a codebase. I'm trying to figure out if smaller libraries would be more efficient than a large one. The ...
th3barri3's user avatar
1 vote
2 answers
799 views

I just started my work as an Android developer. My first assignment is to fix several bugs of an App call DailyFinance. One bug is UI related, if you click a button on a certain page, a dialog will ...
0xmars511's user avatar
  • 143
14 votes
3 answers
8k views

As programmers we read more than we write. I've started working at a company that uses a couple of "big" Python packages; packages or package-families that have a high KLOC. Case in point: Zope. My ...
Niels Bom's user avatar
  • 9,577
1 vote
1 answer
488 views

We had this small development project which hadn't been managed using version control system. Two people were working on the original code-base,so that there were two slightly different copies of the ...
Ashika Umanga Umagiliya's user avatar
1 vote
3 answers
1k views

I'm working on architecture of new business application targeting WP7 and WP8. For WP7 we will use silverlight app model and want to be prepared to reuse the code while moving to WP8 (we will want to ...
Sergei Grebnov's user avatar
0 votes
1 answer
2k views

Since a few days i get the following error when I try to run my java server application: SEVERE: Stratego server exception: java.rmi.ConnectIOException: error during JRMP connection establishment; ...
Hans Leautaud's user avatar
0 votes
2 answers
186 views

I build Adobe Air applications using Flex. After you introduce a few things like list of countries and list of nationalities in ArrayCollection format code gets messy and incredibly long. Is it ...
Cninroh's user avatar
  • 1,796
5 votes
1 answer
3k views

Im currently learning about RMI. I dont really understand the concept of the codebase. Every paper i read suggests, that the client, which calls the Remote object can load the Method definitions from ...
Simiil's user avatar
  • 2,311
0 votes
2 answers
957 views

I don't even know if this is even possible, but I thought I'd ask. I am creating a small CRUD application but I have multiple sites. Each site would use the CRUD. The application would have common ...
REMESQ's user avatar
  • 1,220
-1 votes
3 answers
3k views

I am trying to do some testing using RMI. I have a .jar file having the classes with methods I need to call. On my netbeans projects I have a class TestClient which has to connect to ShareBroker ...
Giannis's user avatar
  • 5,536
0 votes
2 answers
1k views

I m using following import command for importing japanese script into db2 table. Import from './data/product attributes to be uploaded_20120124.txt' of del modified by coldel| CODEPAGE=932 INSERT INTO ...
beetri's user avatar
  • 1,049
6 votes
1 answer
13k views

Based on this question, I tried using <codebase> to locate an external assembly. Now, when I run the program, I get an error message saying that the private assembly was located outside the ...
XSL's user avatar
  • 3,075
1 vote
1 answer
492 views

I am using free.hostingjava.it for my application, but when try to deploy the web app, it gives me an exception: Caused by: java.security.AccessControlException: access denied (java.lang....
Edgar Rios's user avatar
0 votes
1 answer
868 views

When .net assemblies are registered for COM Interop, there is a CodeBase key in the registry that points to the executable. My question is: is the CodeBase key something specific to .NET, or is this ...
Tim Long's user avatar
  • 13.8k
2 votes
1 answer
566 views

I was curious if CLR could load assemblies from a specific location and this is what I found which basically loads the assembly from C:\MyAssemblies folder. Now, my question is - Is it possible to ...
Kabir's user avatar
  • 91
8 votes
4 answers
4k views

What is the best method to handle two separate, but very similar code-bases in git and git-hub? Background I have a git repository for a small shell script project. It only has 2 or 3 files of code ...
Nay's user avatar
  • 1,085
1 vote
1 answer
239 views

I want to create 2 websites on a single code base in asp.net. lets for say : www.domain1.com www.domain2.com I need to keep all the appsetting key name sames but with different values for each of ...
Rupendra's user avatar
  • 588
3 votes
1 answer
1k views

The company I work for is being audited and I have to provide some metrics on our codebase. I have provided some statistics on our Java code using some plugins for Eclipse. But I also need to ...
Farsak's user avatar
  • 31
1 vote
1 answer
678 views

I'm planning to study Firefox codebase. I tried to checkout repository as follows: C:\mozilla\firefox> hg clone http://hg.mozilla.org/mozilla-central destination directory: mozilla-central ...
Morin's user avatar
  • 237
1 vote
1 answer
4k views

I am coding a RMI program with 3 JAR: RMIServer, contains server-side classes RMIClient contains client-side classes RMIResource contains server & client shared content (interfaces, custom ...
Bernard Rosset's user avatar
0 votes
2 answers
190 views

I have built a generic application which can handle different content data - but for each content data, it will be a different iphone application (with a different name). I would like of couse to ...
geebee's user avatar
  • 131
0 votes
4 answers
684 views

The situation: I have a basic app with some central functionality. My clients (potentially many dozens) all want their own customized apps in the app store. The problem If I have dozens of apps in ...
Mundi's user avatar
  • 80.3k
3 votes
5 answers
338 views

I recently joined a Perl project and I need to start being productive with the codebase fairly quickly. However, I'm finding that I'm getting stuck because I don't know where I need to change or how ...
Sean's user avatar
  • 5,334
12 votes
3 answers
9k views

We have rather large code base (150+ projects, 400000+ lines of Java code, some Groovy and Gradle code, some Perl code, some XML, a lot of JSPs etc.). I managed to open all those projects in Spring ...
Andrey Adamovich's user avatar
4 votes
0 answers
3k views

I have written my java policy file to give allPermission to a jar say "xyz.jar" grant codebase "file:lib/xyz.jar" { permission java.security.AllPermission; }; But while executing the program I get ...
Sanket Patel's user avatar
72 votes
5 answers
23k views

I have a project that stores templates in a \Templates folder next to the DLLs and EXE. I want to determine this file path at runtime, but using a technique that will work inside a unit test as well ...
Dylan Beattie's user avatar
4 votes
1 answer
2k views

I have /var/www/cool_codebase on www.example.com AND I have /var/www/cool_codebase on www.example.net The codebases are for the same web app running on different servers. There is some ...
Dougal's user avatar
  • 1,077
0 votes
2 answers
1k views

I have a client-side security policy, with a statement that grants permissions. I want to be able to specify it to grant the set of permissions for an RMI server only. For example this works: grant{ ...
Ultimate Gobblement's user avatar
0 votes
1 answer
438 views

I'd like to bring out an Android app in the near future, so I was wondering how to support a couple of funcitonalities I have got used whilst developing for J2ME and iPhone first the versioning. With ...
TiGer's user avatar
  • 5,949
5 votes
5 answers
426 views

Problem: A huge code base spanning to several million SLoC, maintained(support/active enhancements etc) by a horde of second/third rate programmers(most of them who do not really care). ...
raghava's user avatar
  • 246
1 vote
3 answers
366 views

Currently, I have a more or less organized set of projects I work or worked on. Some are refactored, documented and unit-tested, others are not. When I want to reuse a code I've written before, I ...
Arseni Mourzenko's user avatar
11 votes
7 answers
356 views

Does anyone have a valid alternative for using commented out code checked into the repository for findability reasons? The reason I ask is because I had a discussion with a fellow developer recently ...
Ticcie's user avatar
  • 820
4 votes
4 answers
1k views

I recently inherited a large codebase and am having to read it. The thing is, I've usually been the dev starting a project. As a result, I don't have a lot of experience reading code. My reaction ...
rsteckly's user avatar
  • 1,972
4 votes
10 answers
5k views

So I'm working with this huge repository of code and have realized that one of the structs lack an important field. I looked at the code (which uses the struct) as closely as I could and concluded ...
Jacob's user avatar
  • 34.7k
2 votes
1 answer
316 views

I am trying to get an RMI activatable server to work - but no luck so far. Actually the server seems to run, but the client triggers a strange exception. I have 3 projects: client common server ...
JohnIdol's user avatar
  • 50.4k
6 votes
2 answers
7k views

I intend to keep few dll's in a folder other than the bin folder for my .NET 3.5 Windows application. I am unsure of how would I use the codebase element or the probing element to specify the right ...
theraneman's user avatar
  • 1,630
1 vote
2 answers
2k views

I have an RMI client/server set-up on two machines that works fine in a simple situation when the server doesn't require a client-side defned class. However, when I need to use a class defined on the ...
andrewz's user avatar
  • 5,300
1 vote
4 answers
652 views

imagine that you are given a big nice app in C#, with full source code. So you want to figure out what methods are executed when you do a user event, e.g. press a button or press a hotkey or whatever. ...
EndangeringSpecies's user avatar
22 votes
4 answers
5k views

I have a client that wants to take their Rails app that has been successful in one niche and apply it to another similar niche. This new instance of the app is going to start out very similar: all the ...
2 votes
2 answers
7k views

After doing a lot of reading and testing I've been unable to give all permissions to an intranet applet through the codeBase grant option. This applet need full permissions because it will have to ...
MadeiraA's user avatar
1 vote
2 answers
938 views

Let's say I want to create a spinoff of a chat application branded under a different name, different UI, and some changed features. How would one sync changes between these to codebases which are 80% ...
Mark Bao's user avatar
  • 905
3 votes
2 answers
1k views

I'm trying to load an assembly without locking the file. These assemblies could be third party assemblies so we don't necessarily have access to the code and one or two of them make use of Assembly....
Andy E's user avatar
  • 346k
2 votes
3 answers
7k views

I wrote an simple project using java rmi and exported to an executable jar file. When I tries to run it, sometimes i got exceptions and sometimes it works. When I specify -Djava.rmi.server.codebase=...
Progress Programmer's user avatar
4 votes
7 answers
687 views

Most HTML in a large website is duplicated across pages (the header, footer, navigation menus, etc.). How do you design your code so that all this duplicate HTML is not actually duplicated in your ...
Steve's user avatar
  • 4,223
1 vote
1 answer
1k views

I saw an article about Javascript_Java_Interaction today at : http://www.rgagnon.com/javadetails/java-0184.html [ You can try the working version on that site ] So I tried it on my PC, after some ...
Frank's user avatar
  • 31.2k
2 votes
2 answers
140 views

About a year ago our company rolled a relatively large software package written primarily by two senior developers. For ease of demonstration, I'll call it "project A". Since then, we have been ...
Aaron's user avatar
  • 2,427
2 votes
2 answers
568 views

I have a dll. That dll is uploaded on a server. I want that each time the application starts to get the "latest" dll from the server, so I've used the following code in my app.config. Why isn't it ...
Timotei's user avatar
  • 1,929
1 vote
2 answers
5k views

I have the following client application and its corresponding config file: namespace Chapter9 { class Program { static void Main(string[] args) { AppDomain....
pkolodziej's user avatar
  • 1,367
17 votes
11 answers
7k views

I have always been astonished by Wine. Sometimes I want to hack on it, fix little things and generally understand how it works. So, I download the Wine source code and right after that I feel ...
George's user avatar
  • 15.7k