Sunday, June 24, 2012

Academic demo project using Java Swing, JUnit, MySQL, maven

One 23-06-2012 I have given a presentation on Academic projects to second year students of Govt. Polytechnic, Purappuzha, Idukki. The presentation included very simple project prototype using My-SQL, Java, Swing and JUNIT. Development tools are eclipse, maven and Swing GUI Designer in Linux platform. Here is the presentation and project source code.

Presentation
UI module
Data Access Module

I hope this will help student who are planning to do their academic project. If you need further information on this mail me : get.santhoshkrishna@gmail.com

Wednesday, June 13, 2012

Apache proxypass not working - end the url with /

If your apache proxypass does not work as expected then first thing to verify
> Make sure that the url end with a /

Correct configuration
ProxyPass /myservice/    http:/119.118.110.111:1213/myservice/


Wrong configuration
ProxyPass /myservice    http:/119.118.110.111:1213/myservice