| Thread | Last Post | Replies |
|
| Dynamic table with JSF | 24 May 2006 12:21 GMT | 1 |
Hi, ALL! I need to create the dynamic table which should be able to automatically add th e rows after getting command from server without redrawing the whole page.
|
| what does marshalling means ? | 24 May 2006 12:11 GMT | 8 |
what does marshalling means ? here is a question "....:Is is possible for an EJB client to marshal an object of class java.lang.Class to an EJB? - Technically..." what does marshalling means in the above question ?
|
| Interesting quirk, can anybody explain? | 24 May 2006 11:43 GMT | 2 |
In the following exampe, if I want to set the global variables of AbstractTest in ConcreteTest, I need brackers (pointed out with "===>") even though I am initalizing global variables in a global scope. Can anybody tell me why the Java compiler requires this?
|
| Populating 40,000 rows from Database. | 24 May 2006 11:38 GMT | 2 |
I have a stateless session bean that has to take 40,000 rows with 90 columns from the database and has to get populted to a excel spread sheet. I'm getting into weblogic server idle time out due to processing of heavy volume of records though the query returns the resultset data
|
| Best Eclipse 3 Java programmer book? | 24 May 2006 10:16 GMT | 1 |
Any recommendations for the best Eclipse Java book for programmers? Needs to cover web app development
|
| Java Architect | 24 May 2006 09:59 GMT | 4 |
Does this forum have an experienced Java Architect? I would like to bounce a few questions to someone with some industry experience. I am the project manager for a new software app. I would like some advice on java architecture and technologies. Appreciate this is all high-level,
|
| glassfish? | 24 May 2006 06:34 GMT | 1 |
Has anyone had any success installing this? I've followed the instructions but when I get to the point where I need to build (ant -f setup.xml) I get this output:
|
| Exceeding -Xmx memory size | 24 May 2006 02:55 GMT | 3 |
I'm seeing an odd phenomenon on my Linux box. I'm running a Java app that seems to be consuming more memory than I have given it using the -Xmx command line switch. The command line says -Xmx256m, but when I run the ps command to see memory usage (ps -A -F), it says that virtual ...
|
| Convert byte[] to String | 24 May 2006 01:41 GMT | 5 |
Here is the code snippet. Can somebody help me convert byte arrays to String? Here is the code snippet: InetAddress addr = InetAddress.getLocalHost(); byte[] ipAddr = addr.getAddress();
|
| Location of Temp Directory? | 23 May 2006 22:56 GMT | 6 |
I'm having an app developed for me and they are storing the files in a newly created folder on the C: drive but I don't want to make directory there. Is there not a way to get the temp variable for machine, like %temp or %tmp? Thanks
|
| Java Training*Free* and Guaranteed placements | 23 May 2006 22:39 GMT | 3 |
I would like to quickly introduce our training programs to you. Please do refer your friends or colleagues for the same. We have two batches starting from June 3rd 2006. Training will last for 5 weeks and is free with Guaranteed placements within a month from
|
| Accessor Methods | 23 May 2006 22:30 GMT | 15 |
Am a newbie to Java Programming and am studying Accessor Methods. If you designate variables as "private", then you can change their values using "accessor methods". So what's the point of making them "private" if you can still manipulate them using accessor methods.
|
| JScrollPane relayout Help Request | 23 May 2006 21:26 GMT | 1 |
I am having great diffuclty getting an embedded JScrollPane in aJFrame to validate as the user resized this JFrame. I have tried everything. It appears that the JFrame's ComponentAdapter does not fire also (i was hoping to valiadte with this as frame resized).
|
| 4 .Net contract positions | 23 May 2006 21:07 GMT | 25 |
We have the following requirement. Please send me matching Profiles along with the Contact Details, Availability and Rate Expectations of the Candidate for the same. Job Details:- We have the following 4 .Net contract positions in NYC.
|
| A critic of Guido's blog on Python's lambda | 23 May 2006 20:11 GMT | 177 |
Python, Lambda, and Guido van Rossum Xah Lee, 2006-05-05 In this post, i'd like to deconstruct one of Guido's recent blog about lambda in Python.
|