Web development blog

Tag: java

What do you expect from the interface?

May.05, 2009

Read a great article today - Liskov Substitution Principle (LSP). It let me understand that Interface is not just a list of methods.
(continue reading…)
6 Comments :, , , , more...

JBoss Seam usage makes the application code crazy!

May.04, 2009

Seam Application has a number of good innovations but let’s find out if we lose some advantages that we had before. I started application development with JBoss Seam one year ago. With the code base growth I have had more and more problems in workflow development . (continue reading…)
12 Comments :, , , , more...

Ant task to install tomcat service

Apr.28, 2009

If you are familiar to run Apache Tomcat as Windows service, you can install it with the ant task. build.xml file sample under the cut line. (continue reading…)
2 Comments :, , , , , more...

Upload files with Selenium IDE

Apr.03, 2009

I started using selenium about 2 weeks ago. Find it as a very good QA tool. But after a few successfully written tests I met the problem: Selenium is not able to use file input field. JavaScript permission restriction doesn’t allow it.

Here is my solution written with JInvoke library: Jinvoke provides the classes to simulate the input to file chooser form.
(continue reading…)
9 Comments :, more...

The Content of this blog can be published anywhere with the link to original source.