0
votes
0answers
5 views
Obscure your ruby code ??
I am in the middle of developing an enterprise application using RoR (first time for us to build an enterprise app on RoR instead of JAVA), and while we do not have that much problem of obscuring the …
1
vote
0answers
2 views
How to set trigger on contacts database in Android
Hi,
I have a requirement wherein I need a list of all the contacts that are edited/changed.
As per the Android documentation,
_SYNC_DIRTY
will be set every time a contact is edited. But, there …
2
votes
0answers
19 views
enums as mini data tables
I tend to use enums to create mini data tables all over my code. I use this pattern often. Often enough that I thought I'd ask for others opinion. I'm just curious if I'm taking enums too far, or if I …
0
votes
2answers
23 views
access running JVM raw memory
Forgive me if this is an ignorant question, I'm not exactly an expert programmer just curious. Is it possible to read the working memory, say for an instance of a class, from inside a running program? …
0
votes
1answer
6 views
config ehcache.xml for jpa entity or use annotation?
when using ehcache rather than defining statement like
<cache name="testonly.package.model.TestPOJOcategory"
maxElementsInMemory="200"
eternal="true"
…
0
votes
4answers
35 views
javabat question
Return an array that contains the exact same numbers as the given array, but rearranged so that all the zeros are grouped at the start of the array. The order of the non-zero numbers does not matter. …
3
votes
7answers
99 views
Think versus Blink
How often do you hear people say things like:
That’s easy just do blah.
Can’t you just do blah?
And how long do you think it took to come up a solution like that? And the answers are too …
0
votes
3answers
51 views
Mac version control with merge and support
I'm using a trial of Cornerstone and like the product but don't like the fact they have no support. Meaning, they never answer their email. I need a source control program that can handle merging …
1
vote
3answers
12 views
how to make java application display chinese under fedora core 5
we have a java application running under fedora core 5. the jdk version is 1.5. after installed the chinses/TrueType under the /usr/share/fonts the firefox can display chinese pages but the java …
1
vote
3answers
26 views
Recommend Linux + Java books, resources
Hi,
I want to learn Java and Linux.
Java itself is not a big deal for me as I know pretty well .NET and C# (so the paradigm is similar).
The biggest issue for me would probably be doing Java on …
0
votes
2answers
17 views
hibernate cache strategy
how to decide whitch CacheConcurrencyStrategy to use? NonstrictReadWriteCache, ReadOnlyCache, ReadWriteCache, TransactionalCache . I read …
3
votes
1answer
43 views
Who Uses Real Time Java?
I noticed that Real Time Java 2.2 was released back in September, seems to have come a long way from when I last looked at it. However, does anybody know of any real world uses, commercial or …
2
votes
3answers
21 views
Unit Testing: Using another method to check the method under test ran correctly
I am working on writing unit tests properly, and I wonder is it bad technique to test the result of a method under test by calling another method to verify the result?
ie. in the below example I can …
0
votes
0answers
7 views
Retrieve SD Card Serial Number and Manufacturer under Linux
I want to be able to retrieve an SD Card's Serial Number, Manufacturer, and any other information it may provide. Java or just a command to run would be great. Compact Framework does it, but that …
0
votes
3answers
46 views
Pulling HTML from a Webpage in Java
I want to pull the entire HTML source code file from a website in Java (or Python or PHP if it is easier in those languages to display). I wish only to view the HTML and scan through it with a few …
