| Thread | Last Post | Replies |
|
| Spring exception | 25 Jan 2008 12:01 GMT | 1 |
I am getting the following exception while i tried to implement my application over Springs framework. Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Line 4
|
| java mail issue | 25 Jan 2008 09:38 GMT | 9 |
i use java mail api to send mails. I have 3 mail servers . everytime when i use server A , my emails to yahoo are sent. but everytime when i use server B , my emails to yahoo are considered as spam by spamguard. ( same mail contents.) i found this server B is
|
| Mainframe Programmer/Analyst - Multiple Requirement | 25 Jan 2008 09:25 GMT | 2 |
Position: Mainframe Programmer/Analyst - Multiple Requirement Skills: Mainframe, Cobol, JCL, CICS and DB2 skills Trinity Consultancy Services Email: career@trinityconsultancy.com
|
| Feeding the Trolls | 25 Jan 2008 04:28 GMT | 44 |
Geez. A lot of this newsgroup's regulars have been had, it seems. I have NEVER, in my entire nearly-three-decade career of Usenet use, EVER seen a single troll string this many experienced netizens along for this amount of time before.
|
| Educational java IDE | 25 Jan 2008 04:09 GMT | 6 |
I have a question about selection of development tools for the educational purposes. Now, students learn algorithms on Pascal. The decision was accepted to move algorithms course to java, so i need to select a FREE IDE acceptable for java learning. Btw, I am talking
|
| Methods as parameters | 25 Jan 2008 04:08 GMT | 2 |
I have a class X with methods that reside off in a server package: public a(String); public a(String); public c(String);
|
| Overhead of Interpreter without JIT | 25 Jan 2008 03:43 GMT | 3 |
I have a rather theoretical question.. Imagine a jvm like the newly released squawk being used on a small device that has a harvard architecture. So JIT compilation is not possible and everything has to be interpreted. What would you estimate
|
| in class file ,when security Manger is not null.function canRead() return true or false? | 25 Jan 2008 03:35 GMT | 3 |
|
| Beginner's question about Java Web Start | 25 Jan 2008 02:13 GMT | 1 |
Hello group, I am working on an application which accepts data from a text file, formats and displays it. So far we have used an applet for this. I am considering using Java Web Start for this.
|
| School Censorship | 25 Jan 2008 01:08 GMT | 9 |
Does anyone know any websites that can get me around school censorship???
|
| the best way to store program setup | 25 Jan 2008 00:31 GMT | 5 |
What is the best way to store program configuration settings? Each class has its own parameters that might be useful just for current class. There are some parameters that might be useful in whole program. Probably main class could have confifiguration for whole
|
| secure ftp | 24 Jan 2008 21:44 GMT | 1 |
I have a program which uses import ftp.*; in order to transfer files by using ftp. But remote site suddenly moved to secure ftp.
|
| Unicode labels, fonts for components? | 24 Jan 2008 11:55 GMT | 26 |
The main problem I'm having is that the "←" (left arrow) and "→" (right arrow) characters are not displaying property under Windows (Java 6). They are displayed correctly on the Mac (Java 5). (I mentioned the JRE version in case it's relevant, but I'd hope it wouldn't be).
|
| Struts - using of action tag | 24 Jan 2008 10:50 GMT | 2 |
I'm new to struts and have a beginners question. There are different ways to define an action: <action path="/LoginForm" type="org.apache.struts.actions.ForwardAction" parameter="page.login" /
|
| How can you find all classes that implements your interface ? | 24 Jan 2008 08:58 GMT | 7 |
I would like to figure out how you can implement a method like this, which should locate all classes that are available at the classpath that implements a certain interface: 'public Class[] getImplementingClasses(Class someInterface)'
|