| Thread | Last Post | Replies |
|
| World Ultimate fighting | 28 Feb 2007 08:38 GMT | 1 |
you can find it here the World Ultimate Fighting at http://www.dirtyfighting.blogspot.com
|
| struts html:form with javascript for ajax | 28 Feb 2007 08:28 GMT | 2 |
I have a struts (1.1) form <html:form <html:text <html:text ...
|
| Access Data Inside JAR | 28 Feb 2007 07:36 GMT | 10 |
If this is not the place to ask, I'd appreciate it if you could direct me to the correct place. I am creating an executable JAR from a project that has the following structure (I'm developing in Eclipse):
|
| Making a panel and its contents transparent | 28 Feb 2007 07:24 GMT | 1 |
I'm coding an app that draws a little circle every time a user clicks the mouse. This is fine and working. However, I want to be able to toggle all the circles between visible and invisible. The best way I can think of is to create one big panel and put all my
|
| Calling one constructor from another? | 28 Feb 2007 04:47 GMT | 1 |
If a class has 2 constructors: public MyClass() { ... } and public MyClass(int i) { ... }
|
| NewBee help with HashMaps - extra | 28 Feb 2007 04:01 GMT | 10 |
Ok - I am really stuck on this. I have managed to create a Hashmap that holds student names and will hold scores of coursework, and it will finally give them a grade. I now have to:
|
| Sockets - No Outgoing / Only Incoming | 28 Feb 2007 03:28 GMT | 10 |
Attached below is a code that runs one thread per client and each client makes a separate connection to a server. After sometime, even though the "write()" function of the client thread writes data to System.out, the data does not seem to go to the
|
| Java development and Administrator rights | 28 Feb 2007 02:57 GMT | 12 |
Hey folks. I don't know much about java, which leads to having the following issue. I am a computer administrator for a school in which some students take a java programming course. I am being told that these students need
|
| Determining the JVM Threading Model used on Windows | 27 Feb 2007 23:44 GMT | 2 |
Is there a way to determine the JVM Threading Model used on Windows? Any assistance in determining this would be of great benefit. Thanks!
|
| What is the essential difference between JSP and JSF? | 27 Feb 2007 23:34 GMT | 2 |
I am not really an experienced java developper and I am doing JSP and read something about JSF. Now at first it seemed that JSF was a sort of JSP++some extra tools. But I think the difference is that JSF defines a server based framework around the JSP like tags, and can use
|
| simple java networked game | 27 Feb 2007 21:34 GMT | 1 |
I am trying to create a two player jave game which is to run on two networked computers. The game is Tron, which is very similiar to a 2player version of Snake.
|
| vbscript AppActivate functionality in java? | 27 Feb 2007 20:47 GMT | 1 |
i searched for this but was unable to find anything. is there a way i can switch window focus to another already running application according to (partial) window title? VBScript and C# have AppActivate. I've looked at java.lang.Runtime but
|
| feedback needed (JSF) | 27 Feb 2007 20:40 GMT | 2 |
Did anyone use QuipuKit JSF library ( http://www.teamdev.com/quipukit/ ) in commercial projects? Can you share any feedback - is it stable? Does it lack any major features? How was the support, documentation? TSN
|
| sun tech days 07 @ hyd | 27 Feb 2007 20:14 GMT | 1 |
I happen to attend the sun tech days 07 @ hyderabad will like to share the technical details with all .. can read about it at http://lavnish.blogspot.com/
|
| Unable to Include Images in the HTML file | 27 Feb 2007 19:59 GMT | 4 |
Iam working on the OC4j standalone server,I am working on struts technology,where in my jsp i have an Export button when I click that the following code is executed. else if (searchUsersBean.getOrgFormat().equals(HTML)) {
|