| Thread | Last Post | Replies |
|
| good syntax ? | 28 Sep 2005 21:38 GMT | 8 |
good syntax: byte data[]=new data[100]; if (data.startsWith(12,43,32)){ }
|
| User Access with Struts | 28 Sep 2005 20:30 GMT | 1 |
I am developing a Struts web application. This application will require users to login with a username and password. Each user will have different access levels. I will not be using role-based access b/c there are too many services
|
| Servlet Problem with Back Button IE | 28 Sep 2005 20:06 GMT | 3 |
This is a weird problem I am facing on IE. I have a servlet which is invoked by the doGet() method. This servlet has a FORM which has few fields. One of the field has a hyperlink which makes a window.open() call for Onclick. This pop-up allows a user to
|
| dont show url in address bar | 28 Sep 2005 16:42 GMT | 11 |
How to hide the url from the browser? Should show only one url I have to make a servlet for controlling all other servlets. The browser should show only one url. eg: http://www.mydomain.com/ControllerServlet what I have to do for this?
|
| Entity EJBs vs Hibernate ? | 28 Sep 2005 16:41 GMT | 2 |
Has anyone done a comparison of entity EJBs with products such as Hibernate? Thanks. Steve
|
| Third Party Benchmarks for Web Server | 28 Sep 2005 16:29 GMT | 1 |
I am looking for a third party benchmarks for the various web/app server like tomcat, web logic, websphere , oracle app server, red hate server etc. Any compariosion report will also help me.
|
| Why is this possible? | 28 Sep 2005 14:13 GMT | 10 |
I have the following methods: public static String method1( Object obj ){ return method2( new Object[]{ obj } ); }
|
| java.util.regex and multiple matches | 28 Sep 2005 10:35 GMT | 4 |
I'm trying to catch all the values matched by subgroups of the following regex (it's a simplified version, x and y originally are regex as well). (?:(?:(x)|(y)),)*(x)(?:,(?:(x)|(y)))*|(a)
|
| GZIPOutputStream and MemoryCacheImageOutputStream | 28 Sep 2005 09:50 GMT | 4 |
I am working through some code I had written several years ago and am sure that it worked then... I figured out my problem comes down to some interaction with GZIPOutputStream and MemoryCacheImageOutputStream. A sample of code to show the problem is below...
|
| JNI does not return the original value | 28 Sep 2005 09:49 GMT | 2 |
I have a java code, which calls my native method setvalue. the setvalue function receives values from my java code and the values are of type java.lang.object.the value may be String, Long. Integer, byte[] etc. the native method receives the value as jobject.my native call makes
|
| Cryptix OpenPGP - DSA algorithm not found/DSA Signature not available | 28 Sep 2005 08:29 GMT | 2 |
I'm having a bit of a problem getting cryptix-openpgp (the latest version 20050418-snap from http://www.cryptix.org/) to work. I've followed the readme file: 1.installed SUN's "Unlimited Strength Jurisdiction Policy files"
|
| How to save/write javax.mail.Folder to file? | 28 Sep 2005 06:35 GMT | 1 |
Im making an e-mail client and i want to write received Messages to file. I tried to write the hole object javax.mail.Folder,via ObjectOutPutStream, to file but it dos not implement Serializable so i got Exception. Is there any specific classes or methods in the java mail api that ...
|
| "java -jar" vs "java -cp" question | 28 Sep 2005 06:28 GMT | 2 |
I have my classes with the main method in main.jar, and an external library in external.jar. Now, I can start my application with: java -cp main.jar:external.jar MainClass
|
| Code Completion in Eclipse | 28 Sep 2005 05:15 GMT | 2 |
Is it possible in Ecilpse whereby the code completion feature puts the arguments together with the method's name. For example, let say I have this utility method: public myClass {
|
| Any good URL about Java and AJAX? | 28 Sep 2005 04:59 GMT | 7 |
Do you know for any good URL, portal, forum, newsgroup, yahoo (etc.) group, etc., to find more about AJAX and Java? AJAX + JSP, JSF, EJB, Hibernate, SOA, etc. - anything!!!! Thanks
|