| Thread | Last Post | Replies |
|
| Pattern/s sought for chat client implementation | 23 Aug 2007 17:35 GMT | 5 |
I'm developing a chat client and I'm looking for the right pattern for the object/s that handle the messages between the client and server. The users can participate in several chats at once. You can think of it as an IRC client basically, much like ICQ, MSN, AIM or such, just
|
| hi | 23 Aug 2007 13:45 GMT | 4 |
hai iam new to this group. iam in china working for a software company. i would like to make some friends over here who are having java tech backgroud. anyone who worked with eclipse platform ?? i just started using eclipse..
|
| SIngle-click on JButton registers multiple times - why? | 23 Aug 2007 11:05 GMT | 5 |
I am using NetBeans 5.5.1 (can't upgrade to 6) to develop a GUI. I have done this many times before, but have never run across this issue. I don't know if it is NetBeans related, but I included which IDE I am using in case someone believes that it may be.
|
| Java App for an Online Experiment | 23 Aug 2007 10:18 GMT | 1 |
I am a PhD student in Computer Science, studying human perception of consensus in threaded discussions (like in Usenet and Web forums). In order to experiment this with real people online (see below for more details), I have developed a Java/Swing application coupled with an Oracle
|
| SSH application in Java | 23 Aug 2007 09:03 GMT | 7 |
I need to write small application in Java which will connect to computer with Linux OS and execute "reboot" command there (the direction is to automate this process and do it on lot of pc's "at once" by one *kick*). All using SSH. I tried sshtools (get tons of
|
| I don't quite understand a "static context" error message | 23 Aug 2007 06:14 GMT | 5 |
Here's a slightly altered bit of code from Sun's tutorial: package instanceofdemo; public class InstanceofDemo { public InstanceofDemo() {
|
| upper and lower case static color names in Color | 23 Aug 2007 03:30 GMT | 2 |
Just out of curiosity, why are there duplicate colors, such as Color.red and Color.RED in the java Color class? Color.RED would be the standard notation for a static final... Chris
|
| Urgent Opening for Business Analyst- San Jose -6months | 23 Aug 2007 02:01 GMT | 1 |
We have an urgent requirement for Business Analyst with our direct client in San Jose, CA This is a contract position. Please send me your resume along with salary expectation, visa status and current location.
|
| File last modified date wrong | 23 Aug 2007 01:53 GMT | 8 |
Under W2003 (and once under XP Pro), I can't get the right last modified date of a file. I use : long lastmodified = file.lastModified();
|
| Read in & count characters from a text file | 23 Aug 2007 01:25 GMT | 10 |
Relatively new to java (ex VB) and could do with some help. I need to read a text file character by character (can do), and count each character as it appears, i.e "A small sample text file" would have 1-A , 2-s, 2-m ,etc etc. and output
|
| reverse engineering of java code | 23 Aug 2007 01:22 GMT | 9 |
iam developing an application which takes input as ". java/.cpp"[i.e java/cpp source code] and gives output as " classes , sub classes,objects,methods" of that source code.
|
| Java Calculus API | 23 Aug 2007 01:19 GMT | 2 |
Is there an open source Calculus API in Java?
|
| WOW | 23 Aug 2007 00:53 GMT | 2 |
Several recent posts concerning the use of Java for manipulating Microsoft Office "documents" prompted me to wonder when I would want to use Java for these types of tasks. I began a web
|
| JSF and Jboss | 23 Aug 2007 00:44 GMT | 1 |
Can anybody tell me, which jars will be needed for jsf integration on jboss app server? and from where can i down load that? Thanks and Regards. Debu
|
| download servlet | 23 Aug 2007 00:22 GMT | 2 |
I am writing a servlet which output some text. When user call this servlet, it display the content of the text in the web browser. But this is not what I want. What I really want is once user call this servlet, a window popup with options of "Open", "Save", and "Cancel",
|