| Thread | Last Post | Replies |
|
| free E-book links | 26 Oct 2007 17:50 GMT | 3 |
dear friends, this link will help full see more number of E-books use this http://www.apsira.com/etc/usefulllinks.php?keyid=5.1
|
| Partner needed | 26 Oct 2007 14:42 GMT | 5 |
hello friends, i am a nonjava professional and looking for java professionals those who can make software with me, the concept, the design and the knowldge and marketing would be mine and continous developement will
|
| DSN for Ms Access | 26 Oct 2007 14:26 GMT | 5 |
What is Data Source Name for MS Access database? "driver={Microsoft Access Driver (*mdb)};dbq=c:\myDataBase.mdl;" doesnt work Thanx
|
| Displaying oracle table in jsp as a html table | 26 Oct 2007 14:17 GMT | 1 |
Is there any custom tag, procedure, any mechanism which will let me put the html code to display the table rows from Oracle database table into a JSP page? Any procedure which accepts some parameters like table name, database
|
| Amazing Matches Creation | 26 Oct 2007 13:38 GMT | 1 |
Amazing Matches Creation http://amanspace.blogspot.com/2007/10/amazing-matches-creation.html Original Letters and Writings of Shaheed Bhagat Singh http://keepbhagatalive.blogspot.com/
|
| Iterable arrays | 26 Oct 2007 13:35 GMT | 11 |
You can use arrays in for:each. I presume that means somehow arrays must have an iterator method that produces an Iterator. What are the methods of arrays? Or is this just fudged as a special case by the compiler?
|
| How to stop google harvesting URL's | 26 Oct 2007 13:09 GMT | 2 |
Folks Apologies - this almost certainly is not the correct forum for this question, but I cant think of a better one. Our J2EE app login page URL is getting harvested by google. We dont want this to happen - how can we
|
| how to get hold of the interfaces of java.lang.reflect.Proxy object? | 26 Oct 2007 13:07 GMT | 3 |
Let's say I have a proxy object. I want to know what's the interface this proxy object was created with. I know that I can check whether class is a dynamic proxy: Proxy.isProxyClass(proxyObject.getClass())
|
| Telephonic Credentials | 26 Oct 2007 13:06 GMT | 4 |
I think it would be nice if I could prove to someone on the other end of the phone I am me, and demand they prove they are who they claim to be. It could be done by letting a modem kick in for a second to exchange
|
| Sanitize file name | 26 Oct 2007 09:35 GMT | 18 |
On some platforms, file names cannot contain certain characters (eg. on windows no ? is allowed in a file name and path). Is there a way in the API to sanitize a user-supplied string so that it can be used as a valid filename?
|
| Enumeration of data | 26 Oct 2007 07:39 GMT | 1 |
I have a JSP Form with 15 inputs that is processed and emailed to people. I am using Enumeration to process and display the information. But I need exact order of how the information is displayed and Enumerations
|
| Find a partner to start a tech enterprise | 26 Oct 2007 04:29 GMT | 3 |
I wanna start a tech startup and need a partner. Requirements: 1.mastery of Java, JSP, XML and oracle database. 2. currently reside in Hangzhou, P.R.China
|
| development speed of struts is low? | 26 Oct 2007 04:21 GMT | 4 |
When i change my action class, struct-config.xml, i need to restart tomcat, it will highlt affect my development speed. How to fix this problem? thanks
|
| Memory stream | 26 Oct 2007 01:10 GMT | 4 |
Is it possible to create a stream originating from a byte[] array? I looked for "memorystream" and anything approaching and could not find it. Basically, I have an array of bytes, and I would like to read it via a standart method that accepts streams as input.
|
| InetAddress.getLocalHost() returns different values in different threads | 25 Oct 2007 23:42 GMT | 6 |
I've come across an unusual situation where a thread started in the init method of an applet returns a particular value for InetAddress.getLocalHost() whereas threads started at a later point in time return a different value.
|