| Thread | Last Post | Replies |
|
| 64-bit array indices RFE | 12 Aug 2006 05:23 GMT | 2 |
It looks like Sun's indifference to 64-bit array indices for Java has been public for a number of years: <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4880587> I've just added my vote to the RFE.
|
| JApplet URL load ImageIcon | 12 Aug 2006 04:04 GMT | 3 |
Hey there, I am new to Java/swing. I have a question on URL exceptions. on compilation error msg: ImageApp.java:38: cannot find symbol symbol : class URL
|
| Passing Classes as Arguments to Functions of Other Classes | 12 Aug 2006 03:08 GMT | 7 |
Is it bad programming practice to pass a class as an argument to a function of another class in order to access the functions of the passed class within the other class. Outside of the typical get and set methods which I believe are typical .For example,
|
| JBoss 4.x Packaging | 12 Aug 2006 03:04 GMT | 2 |
I am looking for JBoss documentation that talks about packaging best practices for JBoss. I have an EAR file containing three WAR files, two EJB jars and a RAR file. It deploys and runs just fine on the Sun Appserver PE 8 & 9, but I am clearly lacking something for JBoss. I found ...
|
| Dialogue about Jesus Christ | 12 Aug 2006 02:48 GMT | 3 |
Jesus defeated death not for him but for all of us. In order to open to all us the door towards a happy eternity. He defeated death to let us win that "useless passion" that is the short life on earth, opening prospectives of infinite when every way seemed closed by the black wall
|
| SOAP over JMS vs SOAP over HTTP | 12 Aug 2006 01:31 GMT | 2 |
I am confused on usage of SOAP message over different mediums. I am trying to find out if SOAP over JMS is better than SOAP over HTTP, or not. Actually I need to implement a Centrailzed Web Service for my
|
| subclassing Spring's controllers | 12 Aug 2006 01:08 GMT | 1 |
we're starting a new project using Spring with a Oracle db. We have some housekeeping/infrastructure task that needs to be procssed for almost every web request (e.g. auditing the request.) what would be a good approach to this? Does Spring's different controllers already
|
| Axis 1.x: Java2WSDL namespace options | 11 Aug 2006 23:49 GMT | 3 |
Axis 1.4 newbie. I am using the Java2WSDL tool on mypackage/HelloWorld.class But I am unsure of how to use the options: -n [target namespace of WSDL file] -- this seems to define the "folder"
|
| Image Filters | 11 Aug 2006 22:23 GMT | 1 |
Does anyone know of an API that will let me use Photoshop filters in Java ? or Does anyone know of a 'pop art' style filter for Java ? These don't have to be free products.
|
| Sample code to pass session and cookie from browser to rich client. | 11 Aug 2006 20:21 GMT | 1 |
Is there any sample code someone can share as an example of how to login to a web site, which provides a session and a cookie; then pass these to a java rich client? Thanks
|
| How do i get a reference count of a object in java ? | 11 Aug 2006 19:18 GMT | 5 |
I have a question related to GC ... How do i get a reference count of a object in java ? Suppose i have a Object called MyObject .. i just want to know programattically , that how many objects are referencing this objcet in
|
| How does one unit test a Mail Session? | 11 Aug 2006 19:07 GMT | 5 |
How do you unit test a javax.mail.Session since Session is final and does not implement any interface so that makes mocking a problem.
|
| Inline assembly | 11 Aug 2006 19:03 GMT | 24 |
Is it possible to use "inline assembly" within java code?
|
| JNI error with JDK1.5 | 11 Aug 2006 18:41 GMT | 1 |
I have a C++ program that calls into JAVA through JNI interface. With jdk1.4.2 it works fine, with JDK 1.5 it hangs and if I put Xcheck:jni, I get the error FATAL ERROr in native method : wrong object class or method id passed
|
| ColorModel, tif and JAI problem | 11 Aug 2006 18:39 GMT | 1 |
I need to modify the color model of a PlanarImage (colors to grays scale and other operations) The original planarImage is built with a byte array that come from a tiff file :
|