| Thread | Last Post | Replies |
|
| Multi-threaded Linked List access | 21 Feb 2006 23:13 GMT | 3 |
I'm writing a series of methods to support reading, writing, swapping, and searching for elements in a linked list in a multi-threaded environment. The main problem is I'm not sure how to reference and use the same linked list throughout. For example, if I'm trying to read an
|
| Differentiating between two browser clients for JSP application | 21 Feb 2006 22:40 GMT | 2 |
I have a JSP application that I would like to modify. This application consists of an index page, a configuration page and a data page: index.jsp - just a list of links - one for each of the following pages
|
| Need to wrtie LDAP class to *answer* LDAP queries. | 21 Feb 2006 21:59 GMT | 1 |
I know how to write an LDAP client that can connect to an LDAP server and perform searches etc, but my requirement is different..... ...I need to write a class that will listen for LDAP queries and provide the answers. ie what I am trying to do is to *expose* a
|
| DB2 - Load command | 21 Feb 2006 21:30 GMT | 1 |
How can i use the Load Command with JDBC driver to load a text file with a specific delimiter into DB2 delimiter ? Can u give me a sample ?
|
| How to access private inner class with reflection? | 21 Feb 2006 18:54 GMT | 1 |
http://www.onjava.com/pub/a/onjava/2003/11/12/reflection.html?page=2 gives an excellent introduction on how to use reflection to access private fields of classes for the purpuse of unit testing.
|
| link not working | 21 Feb 2006 17:56 GMT | 1 |
i have this code in my jsp <td width="75" align="center"> <br><a href="/jsp/fired.jsp?pid=<%=(String)primaryids.get(i)%>">Click For List<a></br></td>
|
| How to get SessionFactory class's object with multi database | 21 Feb 2006 17:08 GMT | 1 |
In my code. I need to connect multi databases at same time. I readed Hibernate manual. for only one db. I need to create a Hibernate.cfg.xml and a class to get a SessionFactory type object. but for multi database. I think the most simple way is like this.
|
| use of struts | 21 Feb 2006 16:57 GMT | 1 |
I am new to struts and the whole web development in java. What's the use of struts? if you want to use those taglib JSP itself has its own taglib. If some sites explain about this. let me know.
|
| What to do? An unexpected exception ...outside the VM | 21 Feb 2006 16:07 GMT | 2 |
I have an ant build file which uses xdoclet to generate various artefacts (EJB interfaces, config files, etc). Several of the xdoclet steps use custom templates. One of these steps (always the same one) occasionally (about one in every ten times) crashes the build with the
|
| Running a socket client and server with eclipse | 21 Feb 2006 15:58 GMT | 1 |
I'm have created one socket server and one socket client in Eclipse and I want to test them. However I'm not sure how I run them at the same time using Eclipse. Do I need to open them in different workbenches? Can I run them in the
|
| where startup.bat in tomcat 5.5 | 21 Feb 2006 15:56 GMT | 4 |
hi.. i tried installing tomcat 5.5 on windows but i can't see any startup.bat or any other startup scripts.. i'm also trying to lanch it via sysdeo plug-in that won't work either..
|
| JComboBox Filter | 21 Feb 2006 15:35 GMT | 1 |
Hello everyone, i want to create a JComboBox where i can write a letter and the comboBox show the elements starting with that letter, i mean, make a filter. For example if i got {"Air", "Home", "Homer"} y the comboBox, and i write in the comboBox the letter 'a', the combo show
|
| Moving from education to professional programming | 21 Feb 2006 14:37 GMT | 13 |
While there is are a couple of conversations floating around talking about becoming a programmer I thought I would also ask some advice from you wise people. I have been programming for a while now stating at school with
|
| Datatype matching | 21 Feb 2006 14:16 GMT | 6 |
I am trying to write a code for insert statement with JDBC. But my problem is related to file reading. I have a *.sql file (or simple text file) with column names and their datatypes, eg. CREATE TABLE test (AA DATE,
|
| Using the Stream Classes | 21 Feb 2006 12:02 GMT | 4 |
HI, Can somebody give me some help as it's going badly wrong for at moment Could some gives a hint or two where, & what i am going wrong... Tony_P :-)) ----------------------------------------------------------
|