Font size:      

Welcome to Kupolov Fyodor's J2EE site

Latest news

Scriptella 0.6 Released (January 8, 2007)

The Scriptella team announced that Scriptella 0.6 has been released. New Features and Bug Fixes:

  • Text Provider
  • DB2, PostgreSQL Driver
  • Lucene search engine driver
  • Rollback ETL on Ctrl-C
  • Monitoring and management via JMX
  • transaction.isolation property for JDBC connection
  • Improved test code coverage

This release is actively used in our commercial GA projects and we are on the way to Scriptella 1.0.

Wicket 1.1 Available (30.10.2005)

The Wicket team is proud to announce the availability of for download!

Wicket is a Java component oriented web application framework that takes simplicity, separation of concerns and easy of use to a whole new level. Wicket web applications consist of HTML markup and Java classes. No strange languages, no strange markup, no configuration files , no specialized, expensive tools: just Java, HTML and you.

XStream 1.1 released (15.01.2005)

XStream team announced the release of XStream 1.1.

XStream is a simple library to serialize objects to XML and back again.

Read more...

How to start using J2EE

First visit the J2EE Home Page.

Then you can download .

I'd suggest you to choose IntelliJ IDEA as your IDE if you agree to pay for its quality :), otherwise choose Eclipse. Borland JBuilder simplifies many J2EE-related routines (debug, deploy, EJB modeling etc.), so you can try it!

What to download next?

To start writing your first web-applications I'd recommend you to download a Tomcat servlet container. Wicket is the easiest way to rapidly create extensible component based web-applications.

J2EE useful links

  • Have a look at J2EE Products Matrix to download docs, sources and binaries for several popular J2EE products (commercial and opensource).
  • The J2EE Glossary contains definitions of the most important J2EE-related terms.