try to throw or log the exception in the catch block so you'd see the actual error... you're probably getting an UnsupportedOperationException on the getBlob...
Have you tried using (assuming the jsp file is in the context root directory) <input type="image" src="servlet/KingtexPicture?cno=<%=cno%>"> or adding a...
andy
andy@...
Jan 5, 2004 6:25 am
7291
To add to this thread... the behavior I describe below is known as the "Inversion of Control" design pattern. Explanation: ...
These projects will be out: j2sdk 1.5 Geronimo app server Intellij 4.0 of course Sun will scrap netbeans and favors eclipse AOP will catch up Regards, Ronald...
Read about the documentation on Microsoft XP service pack 2. The article discusses about a new memory protection patch feature. from my opinion it might affect...
i dunno if this is a good idea but here's what i think determine which of the abcde will most likely change throughout the object lifecycle and provide setters...
No meeting this week. Newbie track shall resume next week: 14-Jan-2004 NEWBIES 4 OF 5 Packages and Interfaces (PART 1) - utility and io packages - AWT/Swing...
Cactus for integration and functional testing. ... integration tests, scalability tests, and so on. So far I've only implemented unit testing (with JUnit)....
hi guys, We're in need of 20 Java/jsp programmers to be assigned in Ortigas and Makati.With a minimum of 1 yr. relevant experience is okay. Project will start...
... This is interesting. ... And Eclipse 3. ... Maybe when the non-IBM person or group will head Eclipse. ... Catch up with what? It's already behind the...
... According to what I read - and I agree - they introduce an extra coupling between your classes. The concept of Inversion of Control is that a class should...
... I don't think so. In Windows, once the java exe/dll has allocated memory it's free to do whatever it wants with it. Any "memory protection" will be about...
... We might be looking at a stable release by the last quarter of 2004. ... M6 is out. Hopefully, we get hold of it sometime soon... ... I doubt it if Sun...
... class or classes that uses singleton[s] knows too much about the underlying environment. It knows where to get what and how. Loosely coupled architectures...
Well i think what your referring to is a different issue about allocating what ever dll. What i am referring to is something new to what this patch might ...
We are presently looking for candidates to fill the following positions bka may mga kakilala kau na interesado pa email na lang po ng resume. :D thank you and...
Our next meeting will be next week on Wed, January 14. It will be a newbie topic on Packages and Interfaces (part 1) by Jojo Paderes, senior Java developer...
This could affect the java jvm for windows xp. If it could affect the jvm for windows xp. Then sun might need to think on recompiling the affected jvm on .net...
Table 1. User-Mode Execution Protection (32-bit OS) Memory Region Type Is Region Executable? SP2 Windows XP System-Wide Execution Protection Enabled? Yes No ...
use the non-standard -X JVM arguments, -Xms<MB size> -Xmx<MB size> stands for initial memory allocation and maximum memory allocation. Hope this helps. Back to...
... How do you combine lazy loading and Inversion of Control? Pass in the Class object? e.g. interface Loadee { } class Parameter implements Loadee { } class...
... Isn't passing the instance of the Singleton to the class just a minor "reduction in code" and not really on functionality/design from the point of view of...
... if the JVMs don't do this already, sun just modifies the windows JVM to "mark generated code with execute permission". it'd be a pain to download and...