| Thread | Last Post | Replies |
|
| hi | 03 Apr 2007 12:36 GMT | 1 |
i wanted to know why we want to create remote interface and home interface in EJB.. what is its role in EJB......
|
| jdk1.6 | 03 Apr 2007 08:29 GMT | 2 |
i want to know the link to download jdk1.6
|
| Can connection poolong be implemented in the simple java class? | 03 Apr 2007 08:17 GMT | 8 |
Good Morning All, I am having a small confussion, can we implement connection pooling in a simple java program with main method. Thanks
|
| Write to file, see updates as you go. | 03 Apr 2007 06:29 GMT | 5 |
This should be a simple question, but I am not sure how to do it without opening and closing the file every time. I want to be able to write lines to a file in Java, and watch the progress in my text editor as I go.
|
| Best database for implementing a cache | 03 Apr 2007 01:45 GMT | 19 |
I need to implement a cache of images that ae being fetched from a remote server. So I am in need of a very fast file based database that can fulfill my needs. The database should be embeddable with my application and should store all its data in a file. I have explored
|
| Java Encryption NoSuchAlgorithmException | 03 Apr 2007 01:41 GMT | 1 |
I am attempting to encrypt and decrypt data using the bouncycastle JCE provider. I get this exception when I try to use it: java.security.NoSuchAlgorithmException: Cannot find any provider supporting RSA/ECB/PKCS1Padding
|
| Need to deprecate JSP files | 03 Apr 2007 01:28 GMT | 3 |
In my application, there are certain JSP files, that have no use now, but we cantnt remove those files now. So, can we make JSP files deprecated as we do classes and methods. Please help me out.
|
| configuring tomcat | 03 Apr 2007 00:47 GMT | 1 |
I want to cahnge the location of the <tomactInstallDir>/webapps/ROOT directory to a different location than the tomcat install directory. Where do I set this location?
|
| start a new JFrame from an existing one, and when old JFrame closes new one does not | 03 Apr 2007 00:13 GMT | 3 |
I have the need to create a new JFrame from an existing one. The code below show how I am accomplishing this task. However, when the original JFrame closes, all JFrames created from the original JFrame closes. Could someone please help me how to create a new JFrame so
|
| JTidy Problem | 02 Apr 2007 23:10 GMT | 2 |
I have problem with JTidy, I can't return text between <p> xx </p> :/ import org.w3c.dom.Document; import org.w3c.dom.Node; import org.w3c.dom.NodeList;
|
| Networking works from computer A to computer B, but not vice versa ?!? | 02 Apr 2007 22:12 GMT | 4 |
Just starting to learn networking, and this may not be a Java question so much as a Windows environment question. I've written a little server program that waits for a client to connect and then spits some data to the client. Both the client and the server work fine running
|
| How to do local distribution? | 02 Apr 2007 19:21 GMT | 19 |
I have a specialized Java application that is growing. Although I'm the only user, as well as the developer, I use it on several different systems. It already uses a couple of Jar files for additional packages, and I'm considering adding another one.
|
| Decimal display for very large/small numbers | 02 Apr 2007 18:13 GMT | 3 |
I have an app that receives input from a user, executes a calculation, and displays a numerical result. The user may choose (or so the theory goes) the number of decimal places s/he prefers in the output (ranges between 0 and 10). However, I'm having a tough time figuring
|
| Parsing multiple lines with regex | 02 Apr 2007 18:04 GMT | 2 |
I'm making a program that seraches a html file for special lines, and I use the Scanner class with a regex to find those lines. It is working well, but now I wan't
|
| Korzystanie z "obcych" class | 02 Apr 2007 17:54 GMT | 7 |
Witam, Mam pewien problem, otoz chcialbym wykorzystac obca klase, a dokladnie Jtidy. Sciagnalem sobie pliczek z sourceforge.net. W pliku tym zanjduja sie rozne pliki od *.java po *.jar. Chcialbym moc
|