I'm glad to announce the first release of the Eclipse plugin for Hibernate Search. In this post I want to describe its features and ask you for any comments, positive or (even more important for me) negative.
пятница, 22 января 2016 г.
суббота, 3 октября 2015 г.
My GSOC 2015 results
Some time ago, as usual in August, Google Summer of Code finished. And in this post i'd like to tell you about my results, and, actually, about the Eclipse plugin for Hibernate Search.
First of all a number of aims were set. Basically, they consist of functionality that already exists in Luke (application that helps to work with Lucene) and that would be comfortable for user to have right in Eclipse .
четверг, 30 апреля 2015 г.
Google Summer of Code 2015
Hi everybody,
I'm glad to announce, that GSOC2015 started and I'm in the game! I'll be developing tools for Hibernate-Search project.
During the upcoming summer I'm going to tell you about my progress here and in JBoss space, and also provide some tutorials about Hibernate Search.
You can find an abstract of my proposal here: https://www.google-melange.com/gsoc/project/details/google/gsoc2015/bdshadow/5676830073815040.
I'm glad to announce, that GSOC2015 started and I'm in the game! I'll be developing tools for Hibernate-Search project.
During the upcoming summer I'm going to tell you about my progress here and in JBoss space, and also provide some tutorials about Hibernate Search.
You can find an abstract of my proposal here: https://www.google-melange.com/gsoc/project/details/google/gsoc2015/bdshadow/5676830073815040.
If you really miss somthing while working with Hibernate Search you're welcome to discuss it !
Beneath I'll provide some details from my proposal.
воскресенье, 18 января 2015 г.
среда, 8 октября 2014 г.
воскресенье, 7 сентября 2014 г.
Slick-pg Enum + Hstore example
While creating my application with Play Framework 2.3, I've spent lots of time for searching some things that seemed to be easy at first glance. One of such a thing was the use of PostgreSQL specific types: hstore and enums. I found a great library for that. Slick-pg provides good covers for the most of the PostgreSQL specific data types. However, I bumped into some problems using enums, so I provide here my example of using it (+ hstore + date). Hope, it'll be helpfull.