First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Best class decompiler?
Greetings, I have a sticky situation in which I am using a modified version of some large JAR files such as Hibernate. The source code to the modifications have been lost. I need these changes since my code depends on them. I figure I can get the modifications by de-compiling a compiled version of the s... 10 Jul 2010 23:41
Possible BUG in Mixed Code Security Warning?
I conclude after much working with this issue that the Security Warning is somehow erroneously triggered, even though it is explicitly disabled. I believe this is a BUG but someone can enlighten me, please? Note easily reproducible because things work for perhaps several hours before problems occur. This app... 5 Jul 2010 19:58
Followup to "Serious concurrency problems on fast systems"
Hi, the recent thread "Serious concurrency problems on fast systems" inspired me to put together a small demo that shows how different ways of concurrency control affect execution. The example shares a dummy configuration with a single long value. Multiple threads access the shared resource read only and... 5 Jul 2010 23:14
java.sql.Timestamp: Bug or...
Hi there, I've noticed some strange problems in my app...after few hours of debugging I found out that problems are in java.sql.Timestamp... Please, if you have spare time, could you look at the following code and test it with some dates?: public static Timestamp toSqlTimestamp(String date, String fmt) throw... 5 Jul 2010 13:17
jsf big form
I want to dynamically create a large form in JSF, looking something like this which will have at least 200 rows. COL1 COL2 COL3 ROWNAME inputText inputText inputText . . . . ... 6 Jul 2010 16:40
Web Service Security
Hi I create a Web Service using the regis Security WS-Security, in particular X.509 certificate, can someone help? The web services Nonda eve do nothing special is good too sum of two numbers is just a demo to show operation of WS-Security X.509. Somebody help me? ... 2 Jul 2010 07:59
Loopholes in java Encapsulation ?
Hi, Consider the code snippet below: public Class A{ private int i = 10; public void execute(A anotherInst){ anotherInst.i = 20; } } We are able to access the private variable i of another instance of A. Why should this be allowed? ... 4 Jul 2010 06:51
Looking things up by string prefix
Hi all, I want to store some things, each filed under a string key. I then want to look those things up with other strings, finding the thing whose key is the longest available prefix of the lookup string. So, if i store: /products -> foo /products/fruit -> bar Then lookups go like: /products/furnit... 4 Jul 2010 16:38
Nimbus JTabbedPane shuffles tabs
I'd like to over-ride Nimbus JTabbedPane behavior of shuffling the tabs. I want every tab to stay where it is, and not to shuffle when a tab is selected. This is on Windows. I want each tabs to "stay put" and not have tabs reorient themselves when a tab is selected. Could someone put me on the right track of... 4 Jul 2010 08:59
java swing engine
Hi I want to know how the swing eninge draw each component on the screen, what classes I have to look at? thanks from Peter (cmk128(a)hotmail.com) ... 4 Jul 2010 06:51
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25