| Thread | Last Post | Replies |
|
| Struts db connection issue | 23 Jan 2006 21:01 GMT | 1 |
I am trying to connect to Sybase from Struts by configuring the struts-config. But when i try to load application page that connects to database I get the following error
|
| swing html connection | 23 Jan 2006 20:52 GMT | 3 |
i use html text in a JLable as a text for formatting purpose; it works well but when i use to put hyperlink in that html code it doesn't became clickable and also don't work. JLabel lblHelpLink=new JLabel("<html><script>function
|
| SIMPLE java/jsp problem. | 23 Jan 2006 20:49 GMT | 3 |
for some reason i can't add a method within jsp tags? it says : Illegal start of expression. Here's the code: <%
|
| JTable InputVerifier | 23 Jan 2006 20:34 GMT | 5 |
I'm using a JFormattedTextField as the editor for a JTable column and have added an InputVerifier to do validation. Even though the InputVerifier.verify method returns false it still allows the cell to lose focus simply returning the cell to the last valid value (the
|
| RMI trouble | 23 Jan 2006 19:54 GMT | 2 |
im pretty new to rmi and im trying to get basic rmi client-callback program running on windows xp. But wen i try to compile on of the files in the dos window(javac RMIServer.java), i get the following msg: Note: RMIServer.java uses or overrides a deprecated API.
|
| Hexadecimal editor | 23 Jan 2006 19:34 GMT | 2 |
Does anyone know where I could find some useful code to create a Hexadecimal editor to show my file .dat? I want open window authomatically. Thanks
|
| Need a help for project | 23 Jan 2006 19:17 GMT | 1 |
I am doing a project on HR system. We are facing a problem for online recruitment module. can you please assist me for following 1.Detail information
|
| A good Example of Timer Thread | 23 Jan 2006 19:15 GMT | 1 |
package xxx import org.apache.log4j.Logger; /* * This the main thread class for the polling pending email-xml files
|
| to get the marks secured in the examination | 23 Jan 2006 18:22 GMT | 1 |
i am doing a project on online examination.can anyone give me the code for as for how to get the correct answres,marks secured from the data base table using JDBC.
|
| N Things taken M at a time | 23 Jan 2006 18:19 GMT | 3 |
I cannot get my head around how to code this algorithm, am hoping someone has an idea that can get me started here. If I have an array of N ints: int array[N];
|
| SocketChannels NIO | 23 Jan 2006 17:13 GMT | 3 |
Say I have a machine with high speed concurrent IO, if I use one thread which uses NIO (for SocketChannels) with a Selector, would it not impair the performance? What is the solution? Can I mix NIO with ordinary blocking calls? Say the selector says there
|
| JavaBean-XML Serialization -- Still Castor? | 23 Jan 2006 16:34 GMT | 2 |
I look for a JavaBean-XML serialization tool. As reporting by a bunch of people Castor seems to be a great API. But it seems to be old, especially the official site is out of order. Does it exact? If so which alternative tool could you advice me?
|
| Arrays - component type vs Element type | 23 Jan 2006 15:55 GMT | 1 |
Can anyone explain to me the difference between an element type and a component type? In the java literature, arrays are said to have component types, whereas collections from the Collections Framework are said to have an element
|
| config directory under WEB-INF | 23 Jan 2006 15:36 GMT | 1 |
I have a webapp with config and logs directories under WEB-INF at the same level that classes directory. When I deploy a new version of my webapp, the config and logs directories are erased by the new one included in my app.war.
|
| Who is bookmarking my site? | 23 Jan 2006 14:59 GMT | 17 |
The statistics monitoring software we are using does not monitor who is visiting us from bookmarks. To me, that would be very informative data to have. First of all, it would tell us "who" thinks our website is important enough to include us as book marks. But, more importantly, ...
|