| Thread | Last Post | Replies |
|
| Classes generated by eclipse vs javac have different serialVersionUID | 28 Jul 2006 16:22 GMT | 4 |
I'm using eclipse 3.2 for development and have configured my project to use JDK 1.5.0_07 with Compiler compliance level 1.3 (using default compliance settings) and selected all "Classfile Generation" options except "Inline finally blocks." The problem I'm having is that the
|
| File-system case sensitivity | 28 Jul 2006 16:22 GMT | 2 |
Is there a decent way to check whether an application's local file-system is case sensitive?
|
| Tomcat JNDI and cluster | 28 Jul 2006 16:21 GMT | 1 |
how to configure JNDI resource (jackrabbit in this case) in tomcat to make it accessible from another tomcat on another machine? regards, FW
|
| application server and web server messed up | 28 Jul 2006 16:13 GMT | 6 |
Question 1 : does web server resides inside application server ? Reason for this question: (a)an Application Server can run EJB and JSP ALL( EAR= JAR+WAR). (b) but Web Server can run only JSP, Servlets, WAR BUT NO EJB.
|
| (RMI) How to let a remote object display itself on the client application? | 28 Jul 2006 16:05 GMT | 1 |
Hello to all. I'm quite new to RMI and I have a theoretical question on how a specific problem is usually solved. My need is to create a client application not only able to work with
|
| What "disclaimer" should I write in my software starter for using Jakarta common lib? | 28 Jul 2006 15:29 GMT | 2 |
I have a small question. What kind of disclaimer should I write in my software starter lines when this software uses some Jakarta librairies (Log4J, Common-Lib, etc)...? "*** This software use Log4J librairies under the GPL licence ***" or
|
| about the Object reference | 28 Jul 2006 14:49 GMT | 3 |
I have write a stack which have interfaces: ------- public void push(Object o); ------- public Object pop(); then I can push any type class object into the stack
|
| what is the difference between geronimo and tomcat? | 28 Jul 2006 13:40 GMT | 3 |
I thought Geronimo and Tomcat were both application servers.. what is the difference? Thanks Jeff Kish
|
| java studio creator error | 28 Jul 2006 13:03 GMT | 2 |
i am very new to sun stdio creator 2.0 .i installed sun stdio and i created new project and in created one jsp page. and i clicked on java tab corresponding to that page this rave package is not identifing by my creator
|
| JBuilder 2006 or Peloton? | 28 Jul 2006 12:49 GMT | 8 |
I have been a loyal JBuilder user for a while (Developer Edition only). The writing on the wall, however, seems to point in the direction of Eclipse. Probably the most important feature of JBuilder for me is the
|
| I have problem eclipse wtp's ejb-jar.xml and session bean | 28 Jul 2006 11:22 GMT | 2 |
I downloaded an new eclipse wtp and made tutorial: WTP Tutorials - Building a CMP Based School Schedule Web Application. http://www.eclipse.org/webtools/community/tutorials/cmptutorial/CMPScheduleWebAp p.html I made tutorials CMP EJB-project and build a session bean and I have
|
| Class dependency problem | 28 Jul 2006 10:15 GMT | 1 |
FamilyNet International Newsgate From: "Chris Uppal" <chris.uppal@metagnostic.REMOVE-THIS.org> Kenneth P. Turvey wrote:
> The problem is that I would like the "Master" from the compute server to |
| Javax.naming Exception: name not found in naming service. | 28 Jul 2006 09:51 GMT | 1 |
I am working on Message Center through this user can send massage to their classmats. one exception occurred when user clicks on "TO" to select the recipient name. Proper Excpetion is: "Error Message nested Exception is: Javax.naming.name not found
|
| update jar file with java code | 28 Jul 2006 09:29 GMT | 8 |
I just need to update an existing big Jar file with a small text file. I want to do this from a servlet so client gets a unique Jar. I'd like to have it as Java code( it tried running a script file from the servlet but that got me into deeper problems). The documentation on
|
| Running a Java App as a Service | 28 Jul 2006 09:18 GMT | 6 |
I have a pure java application which I want to run as a service. Any suggestions on how to do it ? I saw some articles saying how to use JNI to do it along with C code. But I am looking for a pure Java solution. Also, some said that -Xrs option of the 'java' command would help. But
|