| Thread | Last Post | Replies |
|
| Follow up on thread from a month ago (was: Something like Visual Assist for Eclipse ) | 05 Jul 2006 18:54 GMT | 7 |
Back in May there was a thread about the features of a C++ tool called Visual Assist and why didn't Eclipse have these features. I wanted to provide some follow up information. For reference that thread is at:
|
| Onchange session removal | 05 Jul 2006 17:06 GMT | 1 |
Hey all, I am wondering if you can remove a session attribute on an onchange command, this is what I have: <SELECT name='TestMenu2' onChange='<%session.removeAttribute("test");%> clearMenu(2);clearMenu(3);this.form.submit();'>
|
| Java Web Services: what tools do I need? | 05 Jul 2006 16:46 GMT | 8 |
What software do I need to start learning how to code and deploy Java-based web services? At the moment I have a Linux box with J2SDK and Apache installed. What do I need from:
|
| EJB 3.0 jboss : Remote not bound | 05 Jul 2006 16:38 GMT | 1 |
I had this working but something I changed broke it... I am running JBoss in one session and have deployed my bean 02:17:44,363 INFO [EJBContainer] STARTED EJB: com.patient.ejb.MyBean ejbName: MyBean
|
| hlp me | 05 Jul 2006 15:21 GMT | 4 |
i have two things one is vector (vec) and a map ( map ) and the code will be for ( int i = 0;i<vec.size() ;i++ ) {
|
| applet launches a browse resistent window | 05 Jul 2006 13:00 GMT | 3 |
I have an applet on every page of my web app that polls a servlet. I wish to launch some flavour of popup that persists whilst the user browses. 1/ Launching anything like a JFrame from the applet is destroyed after
|
| Using Thread ID to pass parameters around - is it safe? | 05 Jul 2006 10:47 GMT | 2 |
Heres the question... If a servlet sticks a bit of information (eg a username) into a Map in a static class and keys that info using the thread name then is it safe to assume that a class that eventually gets called (ie several layers
|
| Converting char(s) into String | 05 Jul 2006 08:44 GMT | 16 |
I spent hours trying to figure this out, so for others benifit, here it is: I had a problem trying to concatenate a few characters into a String. This was what I was trying to do, with no success:
|
| JNI application | 05 Jul 2006 04:42 GMT | 4 |
Dear Java experts, I am working on an image processing application developed using Java. We have developed good algorithms, but the speed with which it is processing is very bad. I need to enhance the speed by atleast 50X. I
|
| Java/Spring/Tomcat | 05 Jul 2006 00:36 GMT | 2 |
Hi, I am starting a new dfevelopment job on Wednesday using Java, Spring, and Tomcat. That is all I know so far. I don't know how I got the job but I did. I can't find (Google) a "Hello World" simple web app that will get me started, so I have a head start when I start on
|
| Where do I download AppletViewer.EXE ? | 04 Jul 2006 22:54 GMT | 6 |
I need this file for use on Windows XP. Where can I download it? I've tried searching all kinds of download files at the sun website, but I can't tell which big SDKs have it and which don't, etc. Also, I don't want a 150 mb download just so I can use this, if that is ...
|
| jdbc query | 04 Jul 2006 19:57 GMT | 2 |
i am working using jdbc prepared statement in our application the below is the sample code ,i am able to print the query using logger but the resultset is not getting executed. public EmployerTeamForm load(EmployerTeamForm etf) throws
|
| Servlet/JSP Supported FREE Web Hosting | 04 Jul 2006 19:27 GMT | 2 |
Please suggest a Servlet/JSP Supported (Tomcat or any container) FREE Web Hosting website. Thanks in advance. -Sameer
|
| "Next Generation Artificial Intelligence, Artificial Mind - Part One - Basic Architecture and Cognitive Structure" | 04 Jul 2006 19:03 GMT | 2 |
It's a dream of human beings to build machines that can think and behave like human beings. The most important part of of such a machine is an artificial mind that can emulate the cognitive processing of human mind.
|
| What is CRUD? | 04 Jul 2006 18:57 GMT | 6 |
What is CRUD? Read at http://lkamal.blogspot.com/
|