| Thread | Last Post | Replies |
|
| J2EE : EJB terminologies | 08 Nov 2006 01:33 GMT | 2 |
I have a hard time understanding several terminologies in j2ee, especially with EJB. I know EJB is spec to transfer objects across JVM. And EJB always associates with RMI. And RMI always goes with JDNI.
|
| URL Jpeg Saving | 08 Nov 2006 00:55 GMT | 3 |
Why, when I get a jpeg with InputStream and save it with FileOutputStream is the jpeg image all mushed up? Is an endian or signed thing? The code is FileOutputStream fo URL get inputstream
|
| How to use JSF to dynamically/programatically create web pages? | 08 Nov 2006 00:52 GMT | 1 |
Hello group, I am new to JSF and I am wondering if it is the technology that I should use. Here is what I am trying to do. I need to generate web pages completely dynamically. I cannot use any
|
| Date parsing without separator | 08 Nov 2006 00:41 GMT | 10 |
is there a way to parse a formatted date like '01Feb06' using SimpleDateFormat? "ddMMMyy" -> no "dd''MMM''yy" -> no
|
| Crash Recovery Schemes | 08 Nov 2006 00:30 GMT | 1 |
I assume that a basic crash recovery system looks something like this. It works superficially, although I have not gone crazy with a debugger. Is there anything obviously stupid about this scheme, or is it more or less usable?
|
| Data Abstrcation vs Encapsulation | 07 Nov 2006 23:43 GMT | 4 |
If someone asks me what Encapsulation is, how to I explain it? How about Data Abstraction? I read a lot online but I want a very effective answer to give.
|
| JBoss ftp deploy | 07 Nov 2006 23:05 GMT | 3 |
I have tried to deploy our application via FTP without success. FTP writes directly to deploy directory! The problem is that JBoss doesn't wait for whole file and try to deploy half uploaded application. Of course deployment fails. Could you tell me please is it
|
| Looking for a Java developer in Sydney, Australia | 07 Nov 2006 22:56 GMT | 3 |
I've just inherited a JBoss/Java application and need someone to help me develop it. This is not a big contract, just a few hours - and possibly more work in the future.
|
| New to JSP. Can I do this? | 07 Nov 2006 21:21 GMT | 7 |
I need to add an image to the top left hand corner of a webpage. If it was HTML, then no problem. <p><img src="imagename.gif"></p> However, this is a .jsp page, and the only person who knows less about
|
| a jsp question (a specific one and general learning technique/direction) | 07 Nov 2006 20:42 GMT | 2 |
http://groups.google.com/group/JavaServerPages/browse_thread/thread/db7ea9b40bc3 7a02/a75c48dd03c2988b?hl=en#a75c48dd03c2988b I don't want to cross post, however, the question was not answered. Would appreciate your answer/thoughts etc.
|
| JTextArea fun... | 07 Nov 2006 20:08 GMT | 3 |
I am wanting to have an area of text which will take in sets of coordinates and display them straight away. Initially, i used a JTextArea and simply used the .append() method to add the newest coordinates to the end of the current text. This worked perfectly fine.
|
| Reflecting our own class as a Field | 07 Nov 2006 19:50 GMT | 7 |
I want to be able to dynamically load the attributes of a class Turtle. That Turtle class have some Book attributes, Book being a class I made. I want to load a list of those attributes but : Field f = getClass().getField(book); // won't work.
|
| System Test | 07 Nov 2006 19:27 GMT | 3 |
I know Unit Test which the developer does. However i come accross some more tests which i dont understand. can you tell whats System Test ? i am confused with these 3 testing below
|
| [New to Java] Servlets vs JSP, Struts, etc. | 07 Nov 2006 17:36 GMT | 6 |
Hello World, I intend to take up Java for Website development (so far I'm ASP/VBScript, quite another world). First I have to learn Java. My question is: is it realistic/advisable to write Web applications
|
| EJB3 and BusinessDelegate pattern? | 07 Nov 2006 17:32 GMT | 1 |
Im not sure how to implement business delegate pattern in the new ejb3 era - specifically if theres any need to cache references to remote objects like caching home objects in ejb2. What happens if i build a business delegate that caches the reference
|