Friday, May 20, 2016
JEEConf 2016 - Day 1
Thursday, January 3, 2013
Opensource development ecosystem
Wednesday, October 10, 2012
EnvMan4J
Short story
Recently I evaluated couple of code generation Java frameworks and I faced with one interesting issue. Every framework or application server wants to have XXX_HOME variable and %XXX_HOME%/bin element in a path variable.I dreamed about tool that do such thing for a long time. And now I decided to write it. I choose Lazarus to write this tool because it must be native application (in case I need to set JAVA_HOME ;) ). Now this program works fine with Windows (I have only one open issue). Hope I will also make Linux version.
Where to get
Case study
Sunday, October 23, 2011
ZKoss UI testing experience
Recently I had experience of developing small set of web applications for internal use. These applications were based on ZKoss AJAX UI framework. During development me and my teammates realized that we need set of UI test just because it easier and faster to test our work automatically than manually.
- ZKoss element id (not an javascript id)
- ZKoss element type and caption (i.e. @menu[label=”File”])
- ZKoss element type, caption and modal form on which it located (i.e. @window[title=”Error”] @button[label=”Close”])
Also we have some issues:
- With two similar applications we have different behavior of internet explorer WebDriver (it’s related to issue http://code.google.com/p/selenium/issues/detail?id=2247). With one application we see unnecessary scrollbar and with other we don’t see it.
- We still can’t run htmlunit tests with our application.
- We still can’t run component tests with ZTL-2 and this will be subject of future investigation.

