Debugging on SpringSource Toolsuite 2.7422 (7/16/2011 2:22:50 PM) comp.lang.java.programmer Hi I have installed STS 2.7 and the first odd thing I noticed was the breakpoints instead of a small blue dot .. it has a small blue dot with a line thru it. What does that mean? The next thing I noticed was ... geo_newbie
maven java build path118 (6/1/2011 10:57:03 PM) comp.lang.java.programmer Hi I'm trying to build the Spring In Action examples (Craig Walls) I imported the downloaded examples into Eclipse Helios and STS 2.3.2. The examples build correctly using Maven but the code in SpringSource ... geo_newbie
hibernate OneToMany composite key118 (3/12/2011 5:47:10 PM) comp.lang.java.programmer I'm fairly new to hibernate and I am trying to create a Hibernate OneToMany mapping It's using a composite key (int, int, int) on both parent and child tables. I have tableA with column (x, y, z, name etc) ... comp
Hibernate Criteria API122 (3/9/2011 12:21:24 AM) comp.lang.java.programmer Hi I'm looking for a way to implement a query using Hibernate Criteria/Restrictions The query would be along the lines of (ConditionA) and (ConditionB and ConditionC and ConditionD) But I couldn't see how... comp
spring hibernate simple dao JSP921 (3/8/2011 1:31:08 AM) comp.lang.java.programmer Hi I'm looking for a simple way to open and close a transaction. (read-only report. spring mvc app) I need to send the results to a JSP page. I don't need a transaction to span more than one dao. I arrived ... comp
javamail content not multipart915 (6/11/2010 3:53:28 PM) comp.lang.java.programmer Hopefully this clarifies my earlier post. I have little knowledge of Javamail but I need to read an attachment from an email I have the result of a decrypted email stored in a file as below I can do: MimeMe... eunever32
encrypted javamail MimeMultipart1526 (6/10/2010 9:04:40 AM) comp.lang.java.programmer Hi I am trying to obtain the attachment from an encrypted email. The content when I decrypt looks like below. How can I cast this to a MimeMultipart ? The content after I decrypt is a ByteArrayInputStream d... eunever32
web service behind firewall without DNS2202 (3/24/2010 4:57:58 PM) comp.lang.java.programmer Hi
I am attempting to connect to a web service from a unix server which
is behind a firewall
The first problem I have is that the apache axis is complaining about
the URL
I can only assume this is be... eunever32
Debugging on SpringSource Toolsuite 2.7422 (7/16/2011 2:22:50 PM) comp.lang.java.programmer Hi I have installed STS 2.7 and the first odd thing I noticed was the breakpoints instead of a small blue dot .. it has a small blue dot with a line thru it. What does that mean? The next thing I noticed was ... eunever32(48)
maven java build path118 (6/1/2011 10:57:03 PM) comp.lang.java.programmer Hi I'm trying to build the Spring In Action examples (Craig Walls) I imported the downloaded examples into Eclipse Helios and STS 2.3.2. The examples build correctly using Maven but the code in SpringSource ... eunever32(48)
spring hibernate simple dao JSP921 (3/8/2011 1:31:08 AM) comp.lang.java.programmer Hi I'm looking for a simple way to open and close a transaction. (read-only report. spring mvc app) I need to send the results to a JSP page. I don't need a transaction to span more than one dao. I arrived ... eunever32(48)
javamail content not multipart915 (6/11/2010 3:53:28 PM) comp.lang.java.programmer Hopefully this clarifies my earlier post. I have little knowledge of Javamail but I need to read an attachment from an email I have the result of a decrypted email stored in a file as below I can do: MimeMe... eunever32(48)
encrypted javamail MimeMultipart1526 (6/10/2010 9:04:40 AM) comp.lang.java.programmer Hi I am trying to obtain the attachment from an encrypted email. The content when I decrypt looks like below. How can I cast this to a MimeMultipart ? The content after I decrypt is a ByteArrayInputStream d... eunever32(48)
certification #2417 (11/15/2006 11:31:47 AM) comp.lang.java.programmer Can someone tell me: is it worthwhile getting the Practice Exams if I already have the Bates/Sierra Study Guide? ... eunever32(48)
open source jdbc pooling1222 (10/3/2005 4:51:20 PM) comp.lang.java.programmer I am looking for some open source database pooling for my Struts/mySQL application. I have looked at the db-commons from Apache and proxool and they seem fine. I have also looked on the Sun site, but didn't r... humblecelt(34)
Tomcat and filter servlet1636 (9/26/2005 9:48:36 AM) comp.lang.java.programmer Hi, If we have a filter servlet in Tomcat for a web application, does Tomcat pass requests to the filter object one after the other, or does it create multiple instances of filter object and the requests are pa... pvsnmp(30)