Category Archives: J2EE

Asynchronous File Downloader in Java and Javascript.


Hi All, I had a requirement where I had to use Ajax based file downloader. I  tried alot but couldn’t find anywhere. Finally I got one solution which is similar to the Ajax in some ways. I have implemented it … Continue reading

Posted in J2EE | Leave a comment

MVC 1 versus MVC 2


I was reading on internet about MVC 1 and MVC 2. I got this difference for quick learners I hope this will be helpful. MVC is a design pattern. It contains two models. MVC Model 1 MVC Model 2.Struts framework … Continue reading

Posted in J2EE | Tagged | Leave a comment