| Thread | Last Post | Replies |
|
| New features in Tomcat | 26 Feb 2008 05:27 GMT | 1 |
I am finally getting to work on Tomcat 5.5 container after years of working on Tomcat 4.1.27. Please advise what already comes with Tomcat 5.5? I think it has Generics and Expression Language (EL) with the standard install? Any other major features? I assume it doesnt come
|
| short circuit operators | 26 Feb 2008 04:01 GMT | 26 |
a) true | true && false result is: false b) true || true && false result is: true
|
| What are people using to code Java SE these days? | 26 Feb 2008 03:53 GMT | 18 |
What are most people using nowadays for coding Java SE? I have looked at NetBeans and I like the fact that it has a GUI builder. I have also looked at Eclipse and like that it appears to run faster on my pc than does NetBeans. Is there some type of GUI designer plug in for eclipse
|
| Prepared Statement and Stored Procedure | 26 Feb 2008 00:44 GMT | 3 |
For SQL in my web applications I use PreparedStatement object alot in my JDBC working with Oracle 9i. I also heard the term Stored Procedure. What is the difference between Stored Procedure and Prepared Statement?
|
| [maven2]Migrating vom Maven 1 | 26 Feb 2008 00:01 GMT | 1 |
I am currently migrating a big legacy project from Maven 1.02 to Maven 2.08. The project has lots of dependencies, many of which are not even used anymore, which are just transitive dependencies, or are just outdated. Are there any tools, or best practices, that could help me in
|
| Beginner | 25 Feb 2008 21:36 GMT | 12 |
Hello, I would like to learn Java. Can anyone suggest a learning path for me? Thank you in advance. Joe
|
| The Java processor JOP under GPL | 25 Feb 2008 21:07 GMT | 4 |
I want to announce that the Java processor JOP is now open-source under GPL v3. With JOP it is now possible to extend the open-source stack down to the CPU. JOP is an implementation of the Java virtual machine in hardware -
|
| Monkeypatching the AI Mind | 25 Feb 2008 18:34 GMT | 1 |
The recent discussion of "monkeypatching" in Ruby brings up the general idea of changing an AI Mind program "on the fly." Does the "Java hotspot compiler" do the same thing
|
| How to remote-control a Java app? | 25 Feb 2008 18:11 GMT | 7 |
I am developing a two-application system. The two apps sit side-by- side on the monitor, and I need to squeeze every square inch of screen real state. One of the applications in written in Java by myself and the other is the well-known Adobe Acrobat.
|
| How fast is a server to a Desktop | 25 Feb 2008 17:06 GMT | 15 |
I have a old Pentium 2.5 Ghz Machine I use for surfing Net. I am just curious to know how much faster are the Server Machines are. Say they are 8 Core/ 16 Core??? What is the Max cores Modern Server has. And How much fast they are than my Single Core Machine.
|
| 2 big Problems with LinkedList | 25 Feb 2008 15:30 GMT | 10 |
I have a LinkedList of Object. I find it very inefficient to add or retrive object from Linked List. I have a Object Car as below and Linked list carlist --------------------->>>>>> Class Car Start
|
| How to create an instance of type T? | 25 Feb 2008 14:37 GMT | 12 |
I want to write a generic method that return the specified object constructed with type parameter T and the parameter of type String. Here is the code: public class TTest
|
| Concurrent execution and progress bar | 25 Feb 2008 10:04 GMT | 2 |
I have built an application which creates several threads, each of them doing some part of the job. In the main app, the control over the threads is done by CountDownLatch. Now, I would like to make a GUI with a progress bar which will indicate the progress of execution of
|
| JIRA and CAS | 25 Feb 2008 09:20 GMT | 3 |
I installed JIRA and Central Authentification Service. Everythink work fine, but I have one problem during first starting application. When I call JIRA than I got exception :
|
| Future Crew Release "Codified" Video | 25 Feb 2008 06:42 GMT | 1 |
New video files released by Future Crew on LISA R. MANWARREN creates new term for video secrecy as they release the 'codified' gadget files filter through the internet.
|