| Thread | Last Post | Replies |
|
| struts - view, create, update | 06 Jun 2005 16:53 GMT | 1 |
Hi, I am using struts to develop a webapp. One piece of work is the user information. I will allow user to create, view, and update his personal information. What is the best way to do this with Struts? Is there any "Pattern" for this? I checked the Struts DispatchAction, but
|
| make a file with some path | 06 Jun 2005 16:15 GMT | 5 |
Tanks in advance to all for the time of reading this. Well i'm trying tho create a file in the hard drive, actually i'm using the class FileWriter and BufferedWriter together. the code looks like this.
|
| What are OOP's Jargons and Complexities? | 06 Jun 2005 15:39 GMT | 8 |
What are OOP's Jargons and Complexities Xah Lee, 20050128 The Rise of Classes, Methods, Objects In computer languages, often a function definition looks like this:
|
| How to submit Oracle Requests through Java | 06 Jun 2005 13:04 GMT | 3 |
I am new to Java. I am trying to submit a Oracle Apps Concurrent Request from Java. I tried something given below: Class.forName("oracle.jdbc.driver.OracleDriver"); // Step 2. Create a Connection object
|
| selecting a language | 06 Jun 2005 11:46 GMT | 4 |
We are a software company that provides Inventory & Procurement mangement to the hospitality industry. For the past twenty years we have been using Progress Software as both the development language and the underlying database. We are in the process of exploring new
|
| need jdk1.4 setup | 06 Jun 2005 11:17 GMT | 5 |
WHERE CAN I FIND JDK1.4 SEUP..... DEEPAK
|
| URLConnection "memory leak" | 06 Jun 2005 09:28 GMT | 8 |
URLConnection leaks memory and after a while will return the memory. No amount of calling System.gc(); will clean it up. OK for small apps but I am writing one that downloads 100 or so pages synchronously. OK unless I experience several clients asking my server to do this at
|
| Why doesn't "switch" statement have "break" as default? | 06 Jun 2005 09:22 GMT | 37 |
In most of the case,there is a "break" after every "case" in switch statement, poor coders have to write "break" explicitly again and again,and the worse is that sometimes someone forget to do that.So why don't the designers make it a default state? if sometimes someone
|
| newbie question | 06 Jun 2005 09:05 GMT | 6 |
i've just started my adventure with JAVA. Can anyone tell me when can I find descrption of JAVA libraries??
|
| subclipse svn:ignore | 06 Jun 2005 08:41 GMT | 5 |
I've a tomcat project developed with eclipse. I imported my project's files with subclipse in an svn repository. I've the following problem: After I checked out all the files from the repository, I would like that some files (*.jar) which are in a specific folder should be
|
| Sorting a Set or List | 06 Jun 2005 03:31 GMT | 3 |
Is there an easy method for sorting a Set, like there is one for sorting a List? With a List you can use Collections.sort(List,Comparator) I know i can get an array from the Set, then sorting that array and put
|
| Image loading | 06 Jun 2005 01:27 GMT | 2 |
What I'd like would be two classes: public class Main extends java.applet.Applet { Room current_room;
|
| Sorting List based on object's members | 05 Jun 2005 19:27 GMT | 2 |
I have a List "innerSomeClasses" that I want to sort based on name or date. Please give me some pointers to accomplish it. Use sort(List<T> list, Comparator<? super T> c)? If so, how? class SomeClass {
|
| Old Java JDK !!! | 05 Jun 2005 19:04 GMT | 1 |
Dear, Does anybody have, or knows where to find old JDK, (Java Developers Kit).For Windows.A java compiler and virtual machine which works from command line.
|
| microsft get the license : object serialize to xml | 05 Jun 2005 17:29 GMT | 11 |
As the title, microsoft get the license of serial an object to XML, if i do this in Java, will i get sue? thanks from Peter (cmk128@hotmail.com)
|