| Thread | Last Post | Replies |
|
| transaction demarction | 11 Nov 2006 06:29 GMT | 3 |
hi, what does it mean by transaction demarcation ?(in EJB) you see, they are saying "demarcation" ? do they mark something ? what they mark ? how thye mark ? who marks ? transactions are unit of statements whcih begins and ends .
|
| j2ee in eclipse | 11 Nov 2006 02:31 GMT | 4 |
i have downloaded the eclipse ide. but when i installed it i am able to see that i can do only core java programming. what is the plug in that i have to download/install so that i can do j2ee programming (ejb, jsp etc). can any body help
|
| Signing applets to load from any server | 11 Nov 2006 02:08 GMT | 6 |
I am working for a company which presently distributes its applets in Microsoft .CAB files, signed using a Thawte certificate. These applets are installed along with the server-side components on client servers for their use.
|
| File Download | 11 Nov 2006 02:06 GMT | 6 |
I am new to JSP and here stuck with a problem.....need help Can anyone tell me how can i provide a download option in JSP for users for a file which can be in any directories....... please help
|
| .jar file contents not all shown | 11 Nov 2006 01:49 GMT | 2 |
I received this .zip file with .jar files. When I use JBuilder to see all the classes in them I do not think that I see them all. I was told that there is a way to do it. I was told to first expand the .zip file and then add each jar to the classpath of the IDE/build file. I am
|
| proxy, http.proxyHost doesn't work | 11 Nov 2006 01:03 GMT | 2 |
I have been fighting with proxy issues for some time and finally solved it. Originally I was doing the following... String url = "http://www.goodhost.com:80", proxy = "64.202.165.130",
|
| Is there any one who has been working with java for a long long time? | 11 Nov 2006 00:43 GMT | 26 |
If so, I have a unique question.
|
| Tomcat ODBC via DB2 | 11 Nov 2006 00:04 GMT | 4 |
Anyone know what driver Tomcat needs to call an DB2 ODBC connection? I'm not sure if that was said properly but basically, we need to connect to a DB2 database via an ODBC connection. The DB2 client is installed on the same tomcat server and we've also created an ODBC
|
| .a developer must create an ejbHome<method> | 10 Nov 2006 23:59 GMT | 5 |
whats the meaning of the follwong ? "......a developer must create an ejbHome<method> for every home<method> in the home interface. the name must begin with a prefix ejbHome......"
|
| About classloader | 10 Nov 2006 22:42 GMT | 4 |
I have a couple question regarding classloader. I did a search online but the more i read, the more confused I am. For example, here is a doc that discuss the class loader. http://www-128.ibm.com/developerworks/java/library/j-dyn0429/
|
| Servlet help | 10 Nov 2006 22:38 GMT | 2 |
Hi all. I've some problems running a servlet which is deployed on Jboss 3.2. The situation is as follows : - The servlet needs to use version 1.0 of a package named myPackage - The JBoss installation hosting the servlet use version 2.0 of
|
| JSPs in a Jar file | 10 Nov 2006 22:33 GMT | 2 |
Is there any way to put all of the jsps in a jar file for deployment and then allow the server to read the jsp from jar file ? Thanks, Mansoor
|
| Number format (ex: 5 as 00005) | 10 Nov 2006 22:15 GMT | 11 |
Can you please tell me a way in which I can display a number with leading 0's. The total length of the number will be 5 digits. Ex: 5 as 00005, 25 as 00025, 125 as 00125 etc. I have a sequence which goes from 1 to a max of 99999.
|
| sampling rate problem | 10 Nov 2006 21:37 GMT | 4 |
I have a thread that records mouse positions at 100Hz, but I can't get the desired sampling rate. The simplified code is: static int mousepos_x, mousepos_y; // updated by another class int[][] samples = new int [15000][2];
|
| JCP code- can anybody gve explanation | 10 Nov 2006 21:04 GMT | 1 |
public class Delta { static boolean foo(char c) { System.out.println(c); return true;
|