| Thread | Last Post | Replies |
|
| .Net vs Java | 31 Dec 2004 18:24 GMT | 2 |
After working extensively with .Net and Java, these are the differences I see: Java does not have Reflection.Emit But it does have Reflection.
|
| umm a very newbie question in querys | 31 Dec 2004 18:04 GMT | 6 |
well some thing is not right i think i tried this query recordSet = query.executeQuery("SELECT * FROM members WHERE Name LIKE 'Ali*'");
|
| help on threads/monitor needed | 31 Dec 2004 12:52 GMT | 14 |
I am using the javax communication API to talk to RS232. Now this works fine by using the serialPortEventListener but I always wait for 500 ms to read/write new data. I have made my classes Runnable to put them into threads and use synchronized to let one thread finish
|
| Socket Thread Question | 31 Dec 2004 12:44 GMT | 4 |
I'm creating a newsreader object for use in the global area of a servlet, so it can be used by multiple threads. I only want a single socket connection for all threads. For example, a thread would need to talk to the socket exclusively through several readLine() and printLn() ...
|
| Tomcat and jTDS - not that stable... | 31 Dec 2004 11:36 GMT | 8 |
Hello ppl. I've been trying to use jTDS instead of Sun's JDBC-ODBC bridge in our web application. I'm running into a couple of issues:
|
| JSP formatter | 31 Dec 2004 06:59 GMT | 4 |
Isn't there any JSP formatter out there (basiclly it's sufficient if it does indent HTML tags, aligns tag attributes and leave Java code as it is)?
|
| server-side development definition | 31 Dec 2004 02:44 GMT | 1 |
when people say server-side development, that means develop applications running on server? for example, ASP.NET, J2EE such as JSP, EJB development? correct? please advise. thanks!!
|
| port 8080 | 30 Dec 2004 23:32 GMT | 5 |
Dear all,port 8080 is closed on my system.i need it to run tomcat5.0 how can i enable this port
|
| How too.. ?? | 30 Dec 2004 23:28 GMT | 4 |
The picture will not appear, but why?????????? When I use a simple applet, it works. ------------------------------------------------------------------------------------------------------------------------- package test;
|
| Is there a Class like HashMap, but... | 30 Dec 2004 22:35 GMT | 11 |
Is there a Class like HashMap, but which only stores the key. Basicly, I want a Class which adds unique objects to it, but which overwrites non-unique objects. TIA,
|
| must be caught or declared to be thrown | 30 Dec 2004 20:47 GMT | 1 |
I've a (beginner) problem accessing a method on another class. When I execute a method such as: //response to a swing button public void actionPerformed(ActionEvent event) {
|
| JSF version of JSTL forEach? | 30 Dec 2004 19:58 GMT | 3 |
I know that forEach is not allowed with JSF. At the moment I'm trying to develop a renderer with its own iteration, as suggested in paragraph 9.2.8 of the JSF 1.1 specs (I wouldn't really like to use dataTable), so that I can have the same functionalities of the JSTL forEach. ...
|
| field name for jOptionPane when using Eclipse? | 30 Dec 2004 19:58 GMT | 14 |
The standard dialog boxes in swing seem to be called JOptionPanes and they seem to want a frame variable, which looks like it ought to be the parent frame (the main frame of the applet in question), and I don't see an obvious way to get at that in an Eclipse application which uses ...
|
| How to get list of roles for authenticated user? | 30 Dec 2004 19:21 GMT | 2 |
Thought HttpRequest would have something like getUserRoles() or something, but no go. What gives w/ the Javax API? Why no getUsesrRoles()? What am I missing? How do I get a list of roles that an authenticated user (Principal, whatever) has access to?
|
| jdbc question | 30 Dec 2004 17:37 GMT | 23 |
Using JDBC , what would be a more elegant way of determining whether or not a record already exists in a DB table before inserting it? Jeff Registered Linux user number 366042
|