|
May
13 |
|
comment |
Java - Swapping multiple JFrames on button press @camickr I have not used any design patterns here that way we can surely prevent lot of modifications. I can post a good solution including best software engineering practices but I thought of making the thought process easy and let it up to the user to use proper patterns and make a perfect solution out of it :). hope you agree on this. We do not believe in spoon feeding I have always been told on stackoverflow :) |
|
May
13 |
|
comment |
Singleton on multiple JVMs using JNDI @Cam Every JVM instance will have a different process running on it. I have a doubt on this since you will be requiring inter process communication to communicate between the JVMs and update them with the information that who is holding the object, anyways how will you shift an object from JVM instance a to another I have a big doubt Even I would like help from people and would appreciate if somebody can put more light on this :) |
|
May
13 |
|
comment |
Java - Swapping multiple JFrames on button press @camickr yes I agree totally with you Little mistake on revalidate sorry for that but user is not comfortable with card layoyut so this is a alternate solution I could make quickly |
|
May
13 |
|
answered | Java - Swapping multiple JFrames on button press |
|
Mar
30 |
|
awarded | Yearling |
|
Mar
27 |
|
revised |
How to attach a a Java agent to an already running VM instance edited title |
|
Mar
27 |
|
asked | How to attach a a Java agent to an already running VM instance |
|
Jan
30 |
|
comment |
How can a Java class be superclass of itself and why this is a valid call. Is this an advantage or drawback of Java reflection @vulvcan yeah that is a model of our own actually could not post the entire code any ways.. |
|
Jan
30 |
|
accepted | How can a Java class be superclass of itself and why this is a valid call. Is this an advantage or drawback of Java reflection |
|
Jan
30 |
|
awarded | Cleanup |
|
Jan
30 |
|
comment |
How can a Java class be superclass of itself and why this is a valid call. Is this an advantage or drawback of Java reflection @Vulcan This method searches for a loaded class. Please tyr it in place of going for direct negatives |
|
Jan
30 |
|
comment |
How can a Java class be superclass of itself and why this is a valid call. Is this an advantage or drawback of Java reflection @ yeah but this is valid m telling you |
|
Jan
30 |
|
comment |
How can a Java class be superclass of itself and why this is a valid call. Is this an advantage or drawback of Java reflection @artbristol this a method that u can call on any Class object to set its super class which is available in java.lang.reflect package |
|
Jan
30 |
|
asked | How can a Java class be superclass of itself and why this is a valid call. Is this an advantage or drawback of Java reflection |
|
Jan
21 |
|
asked | How can this instrumentation be done |
|
Jan
17 |
|
answered | Error while using Attach Api |
|
Jan
15 |
|
asked | Agent loading fine but instrumentation not occuring |
|
Jan
13 |
|
comment |
MySQL first value interpreted as columnname String in quotes variables without quotes :) |
|
Jan
13 |
|
revised |
Error while using Attach Api added 514 characters in body |
|
Jan
12 |
|
comment |
Error while using Attach Api @sanix i have checked the java library path it contains the path to jdk library where the tools.jar is located |