[java ee programming] good code review tool opensource

2011-07-07 Thread Ken
I'm looking for good opensource code review tool. I want to see if anyone has good advice. thanks. -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-pass

[java ee programming] generate http request headers

2010-07-12 Thread Ken
any ideas how to generate http request headers? Reading HTTP request headers are easy, but I want to write a java program to generate it and send to an URL. -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to th

[java ee programming] trouble to create a file from host A to host B

2009-02-21 Thread Ken
I have trouble to create a file from host A to host B, basically the web application in host A wants to create an image file to the /images directory in host B. There is no firewall restrictions, and I already created write permission in /images directory. It is just a basic program. However, it wo

[java ee programming] Re: Trouble Downloading JDK and Netbeans

2009-02-10 Thread Ken
Alan, No it's not a stupid question and that's exactly what I didn't do. I realized it after I sent the email out so I apologize to all for my oversight. Regards, -Ken -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j

[java ee programming] current java distributed computing technologies

2009-02-06 Thread Ken
I tried to understand the current available java distributed computing technologies. I have the following list, I guess Web Services/SOA should be the latest technology. please advice. RMI CORBA Web Services/SOA thanks. --~--~-~--~~~---~--~~ You received this mess

[java ee programming] session timeout delay due to slow database query

2009-01-08 Thread Ken
If I put session timeout configuration in web.xml, the web application times out at the end of 30 minutes inactivity. However, if the database query runs more than 30 minutes/or hangs, the web application still times out at the end of 30 minutes. I think the web container has no idea the database q

[java ee programming] control the session timeout in web container if database query is still running

2009-01-07 Thread Ken
If I put session timeout configuration in web.xml, the web application times out at the end of 30 minutes inactivity. However, if the database query runs more than 30 minutes/or hangs, the web application still times out at the end of 30 minutes. I think the web container has no idea the database q

[java ee programming] control the session timeout in web container if database query is still running

2009-01-06 Thread Ken
If I put session timeout configuration in web.xml, the web application times out at the end of 30 minutes inactivity. However, if the database query runs more than 30 minutes/or hangs, the web application still times out at the end of 30 minutes. I think the web container has no idea the database q