| Thread | Last Post | Replies |
|
| download utilities and tools for programming | 10 Jan 2007 03:26 GMT | 1 |
Have you guys ever heard of deligio.com? A download community for programmers and software engineers...you can post your own software..looks pretty neat
|
| How do I open a Website/HTML file from an Application in a Browser (IE is fine) | 10 Jan 2007 03:16 GMT | 2 |
Hey guys, very basic question: I want to push a button, and open an HTML file in Internet Explorer (or any browser, there's no need for very compatible code, since the
|
| Does writting JSF custom component require J2EE? | 10 Jan 2007 02:37 GMT | 4 |
I am new to JSF, and custom JSF - is J2EE (Enterprise Edition) a requirement when creating custom JSF components? When I try to extend UIComponentTag I get compiler error "javax.servlet.jsp.tagext.JspIdConsumer cannot be resolved. It is
|
| Dadatabsae Connection problem with Statefull Sessoin Bean | 10 Jan 2007 02:24 GMT | 1 |
After accessing to database through JNDI about three times, we got the following error message from the oracle. Error in allocating a connection. Cause: Connection could not be allocated because: ORA-00020: maximum number of processes (150) exceeded
|
| AspectJ: how i get to know, who executed 'thisJoinPoint'? | 10 Jan 2007 00:46 GMT | 1 |
i want to write a multi-thread tracing library. so it is possible that different methods execute one same method as a thread simultaneously. something like: methodA-instance1 calls methodB-instance1
|
| midi problems | 09 Jan 2007 23:28 GMT | 2 |
a few years ago, i wrote a simple program which incorporated the java midi and sounds.sampled packages. now, my program will start to play midi, but then all of a sudden stop. i recompiled everything and the problem persists.
|
| How do I open a Website/HTML file from an Application in a Browser (IE is fine) | 09 Jan 2007 22:57 GMT | 1 |
Hey guys, very basic question: I want to push a button, and open an HTML file in Internet Explorer (or any browser, there's no need for very compatible code, since the
|
| containsKey (contains) implementation for Map (Set) to work with regex when key (contents) are String's | 09 Jan 2007 22:20 GMT | 1 |
Is there a containsKey (contains) implementation for Map (Set) to work with regex when key (contents) are String's ?
|
| Embed javadoc in JAR? | 09 Jan 2007 20:59 GMT | 1 |
Is it possible (and common place) to include javadocs within a library JAR itself? Thanks in advance, Casper
|
| i dont know how to start java | 09 Jan 2007 13:59 GMT | 1 |
this is vijay......... I am new to this group........now I am under the learning process...... i dont know how to begin the programming.......how to do it for better understanding........plz give
|
| [newbe]Transfer objects | 09 Jan 2007 13:51 GMT | 3 |
Is it possible to make Transfer object (as i found somwhere, known as:Value object's) with POJO's. If so, any tutorials on the web would be appriciated (been googl-ing but found only with ejb's).
|
| Problems reading a properties file in an applet | 09 Jan 2007 11:11 GMT | 3 |
Hey all, like the topic says, I have a problem reading a properties file from an applet. I've packed the applet into a jar which the html page then loads, but
|
| IOException in MappedByteBuffer.force0 | 09 Jan 2007 09:30 GMT | 9 |
i have an IOException without any message when calling fore() on a MappedByteBuffer. Is there a way to see the source code of the native method force0? Or does anybody knows what can be the cause of this exception?
|
| Calling a local class from a run-time generated class | 09 Jan 2007 08:54 GMT | 2 |
I'm trying to create, using the ASM library, a class which calls methods in an another class specified at run-time (passed as its Class object). I don't think my problem is ASM-related, that's why I'm asking here.
|
| Related to connection of httpclient through proxy to web servers | 09 Jan 2007 08:01 GMT | 2 |
I am using commons-http.jar to connect to the web server and get the content. Right now I am facing a problem, in my company we have proxy server because of which I am not able to connect to the web servers. Please let me know what are the code changes that are required to make
|