on 23/02/2011
комом. Мой первый эксперимент с COMET и с Embedded Jetty. “Пощупать” COMET хотелось уже давно. Во-первых сама по себе технология достаточно интересная, а во-вторых — хотелось попробовать что-то новенькое. Jetty был выбран в качестве сервера для экспериментов как наиболее легковесный (особенно в embedded-варианте) из известных мне Java-серверов.
В качестве примера напишем простенький чат. Будем использовать технику [...]
Posted in Programming | Tagged comet, continuation, java, javascript, jetty
on 05/09/2010
I use Jersey with flash uploader and the problem I met is that I need to determine “file partialy uploaded” situation ’cause user has an opportunity to cancel it at any time. All solutions that I found for this problem were on PHP (look for The uploaded file was only partially uploaded text). I didn’t [...]
Posted in English, Programming | Tagged flash, java, jersey, partially uploaded, swfupload, temporary file
on 21/08/2010
In our project we use Sun/Oracle implementation of JAX-RS — Jersey ’cause it’s greate framework for build REST-services. But there are some troubles with uploading files feature. When you uploading file with latin chars in file name everything is fine, you read this file name on server and it’s exactly the same as on client [...]
Posted in English, Programming | Tagged bug, java, jersey, rest, russian file name, utf8
on 13/10/2009
ImageMagick is the great set of image processing utilities. But there are some problems to interact with it from your programs (java program in my case). About one of them I would like to talk. In one of our latest projects we used ImageMagick to resize images and put a watermark on them. Everything was [...]
Posted in English, Programming | Tagged convert, image magick, java, non-conforming