| Thread | Last Post | Replies |
|
| Tomcat 5.0.27 - Tiles Servlet - where is it? | 21 Jan 2006 13:21 GMT | 2 |
I am very new to Tomcat, jsp and Tiles. I am trying to use tiles with java server faces. I have Tomcat 5.0.27 on linux, I have downaloded struts 1.2 and 1.2.8 and I cannot find the TilesServlet
|
| What does the transient and volatile keywords do? | 21 Jan 2006 09:20 GMT | 3 |
What does the transient and volatile keywords do? Why would i use them? I heard that the volatile keyword has not been fully implemented in Sun's JVM. But yet most of the JDK (especially the I/O classes) use this keyword. What's up with that?
|
| Java generics migration | 21 Jan 2006 01:43 GMT | 1 |
Now that Java 5 has been out for a little while, I wonder how the migration experience has gone for maintainers of existing Java projects. I work on a medium-sized (~150 KLOC) Java application, and I'm starting to look into a migration strategy, especially relating to the
|
| Help required | 20 Jan 2006 22:48 GMT | 2 |
i am in beginning stage of java programming, i would like to develop a java download manager which downloads a file at a particular url by using 2 or 3 simaltaneous streams, please help me how to approach this problem, i would like to know how to make this feasible and succesfull.
|
| Software design dilemma - flexible search results? | 20 Jan 2006 22:21 GMT | 2 |
There must be a better way than I am doing this - not really language specific but here is the problem stated in java like pseudo code: I want to have user defined search results for common search functionality.
|
| Java mail API | 20 Jan 2006 22:20 GMT | 4 |
Topic:Why can't a recipient using Lotus Notes see the attachment of my mail created and sent with the JAVA Mail API? Hi everyone, I have created Multipart Message to send to different mail users. The
|
| Formating String To Paragraph Format | 20 Jan 2006 22:17 GMT | 6 |
I've been working all week on trying to make these strings ( large blocks of news) into a nice paragraph format. this is what ihave so far. String data_body = data.getBody();
|
| decoding html in java | 20 Jan 2006 21:27 GMT | 2 |
I have a regular html document that encodes certain characters. For example a quote " is represented as " and a greater sing > is > and so on. I am looking for a java API to automatically decode this back. This
|
| Resouce locking in SOAP? | 20 Jan 2006 21:24 GMT | 1 |
I am currently trying to re-implement an existing connection-oriented locking mechanism that was originally written in C. The company that supplied us the original system has recently implemented a SOAP package that we can use to expose some of the internal functions. However, how
|
| Interested in ai project in java ?? | 20 Jan 2006 13:53 GMT | 1 |
hi, anybody interested in long term artificial intelligence software project to develop an intelligent bot for stock market trading in india ?, the project is to be implemented in java using the bea weblogic application server platform on almost all paltforms
|
| In Key Events shall we call "action" attribute | 20 Jan 2006 11:33 GMT | 3 |
In my form i have one textbox whenever i will give data( nearly 2 to 3 characters), the key press event should go and call to some jsp for fetching data from database depend upon the data given. I got this by using submit button. I need this one using key event. Is it possible?
|
| Classes used in a class | 20 Jan 2006 10:10 GMT | 5 |
Is it possible to get all class names that are used in a specific class? For example you have code: String a = "AAAA"; MyClass c = new MyClass();
|
| Web Service Standalone Client | 20 Jan 2006 10:05 GMT | 2 |
I'm rather confused by all of the documentation available on the subject of Java and Web Services. What I'd like to be able to do is simply call a web service from a stand alone Java desktop application. About all I can work out is that I require some jaxrpc jar in my class
|
| How to show the user name with form based authentication after an unsuccessful login? | 20 Jan 2006 09:15 GMT | 4 |
I'm trying to use form based authentication in my web application. I created my login form, with a post method and action "j_security_check". In the form I put a text field with name "j_username" and a password field with name "j_password". The login seems to work fine.
|
| File.deleteDirectory | 20 Jan 2006 08:21 GMT | 7 |
File.delete has a rather onerous condition: the directory must be empty in order to be deleted. to delete, you must recursively delete all the files and directories in order to delete a tree.
|