I've never though about correct design of the REST API of my application. My fault. It was time to fix it. Here is a brief summary of the best practices, proposed by Mahesh Haldar, and complement by some of my own researches. The purpose of this post is to have a short summary of REST principles, which can be recalled quickly.
Показаны сообщения с ярлыком tech. Показать все сообщения
Показаны сообщения с ярлыком tech. Показать все сообщения
понедельник, 11 февраля 2019 г.
среда, 26 сентября 2018 г.
Restructuring highly active git project
Recently my team has come to an understanding that our new project is really in need of full restructuring. The structure that was made in the beginning didn't meet our requirements and plans for its extension. However, this issue turned out to be more difficult, because this project is under a very active development at the moment, while the restructuring itself could take plenty of time (week or two), because we weren't sure about how the final version should have looked like and decided to try different approaches. It could lead to lots of problems with merging any new commit, which appear every day. So here is the solution we came to ...
понедельник, 11 апреля 2016 г.
Issue with external js when using in GWT (Errai)
Recently i've bumped into a problem that an external javascript, declared in the html, which is then @Templated by a Java class using Errai UI, doesn't work. The issue might be easy for experienced ones, however, i'm going to describe the solution here as i've spent really a lot time on this.
пятница, 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.