Archives
Resume
Mr. Dmitry N. Kobyleha
Objectives:
- JAVA Developer (4 years of experience)
- HTML/JavaScript Developer (4 years of experience)
- XML/XSLT Developer (3 year experience)
»
- Read more
- 3305 reads
How to build skin for Maven 2 Site Plugin
Maven is open source java build manager from Apache software foundation. It has a lot of interesting features including Project Object Model (POM) and extensible process Plugin framework.
One of standard and commonly used plugins is maven-site-plugin. It provides way to generate project documentation based on POM in form of web site. Starting from version 2.0-beta-5 it’s possible to create your own design (skin) for generated web site.
This blog record must be interesting for developers who already familiar with maven 2 and use it for development. I will try to describe basic steps how to make your own custom skin.
»
- 2 comments
- Read more
- 3911 reads
- Russian
Little more about Java I/O Performance
Working on performance in one of java projects I found that the slowest part is copy method from file utility class. Method was implemented without buffering. Implementation was next: just using ‘while’ operator reading input stream and writing to output stream.
There are good article about i/o performance on sun website.
Listing 4-4 from article looks good, but provided method not perfect too. I have next reason: my application is a multithreaded application. And anytime I synchronize on a static field, I make a bottleneck, because all threads must block while waiting to enter the synchronized block of code.
SVN repository for EmbedChat project
Today project that I worked on at my free time have got new svn repository in Internet. Project svn hoster is a new service from Google - Google Code.
Project Links:
- Original project home page is embedchat.org.
- Project home page at Google Code there
- You can get web access to repository using this link (read only)
- If you try to use this system and have some experience or have some future wishes, please let us know about it with bugtracking system.
»
- Add new comment
- 1273 reads
- Russian
Drupal configuration tests
My home page website powered by Drupal cms. And this is node for testing my drupal configuration and different modules combinations.
Since java development is my professional job I want to have java code syntax highlighting support. This can help me to write some notes or articles with code examples.
»
- 2 comments
- Read more
- 3668 reads
- Russian
Site design
I start to work on my website design. I'm not a web designer, so this task is like hell for me. I make several test variants. All of them have some weakness. You can review all my "masterpieces":
»
- Add new comment
- 1233 reads
- Russian