Table of Contents
Popular Tags
Twitter Updates
Random Pictures

Blog
Last changed Jun 24, 2009 12:26 by Sven Filatov

Today PicUP 2.0.1 was released. It fixes a bug in interface to Facebook that prevented successful logins. Hopefully Facebook won't change their login procedures and API so often anymore.

Go to Android Market to get the new version of PicUP.

Posted at Jun 24, 2009 by Sven Filatov | 0 comments
Last changed Jun 18, 2009 13:53 by Auris Aume
Labels: aqris, gwt

AMS is fun and easy to use tool that helps you to manage your time.

AMS is Aqris' activity management system, offering its users a fun and useful way to keep track of their activities and tasks.

Evaluate our online demo for free http://ams.aqris.com/



Read more…

Posted at Jun 18, 2009 by Auris Aume | 0 comments
Last changed Jun 12, 2009 20:52 by Sven Filatov

I'm pleased to announce the release of PicUP 2.0. This version adds support for uploading images to FriendFeed service. Additionally, the application is now redesigned to be more deeply integrated to Android platform. So, you can open up camera application, capture the image and share it via PicUP. Or, you can browse through your images on SD card and, again, share them via PicUP. If you have both [Facebook|http://www.facebook. …

Read more…

Posted at Jun 12, 2009 by Sven Filatov | 0 comments
Last changed Jun 13, 2009 13:19 by Oliver Wihler
Labels: grammar

Our friends at Regio now have their own blog. Go and have a look.

Posted at May 22, 2009 by Sven Filatov | 0 comments
Last changed May 07, 2009 22:31 by Ürgo Ringo
Labels: hamcrest, junit, javadocs

Hamcrest library that provides Matchers used in Junit assertThat feature has interesting technique for documentation.
If you try to create new custom matcher by implementing Matcher interface you will also need to implement this method:

void dont_implement_Matcher_instead_extend_BaseMatcher()

Seems to be more effective than Javadocs

Posted at May 07, 2009 by Ürgo Ringo | 0 comments
Last changed May 06, 2009 11:56 by Ats Jenk

Today, Aqris has entered the world of Android. Our first application, PicUP was successfully released to the Android Market.
PicUP is an application for sharing pictures with your friends through social networking sites. The first version lets you upload pictures to Facebook.

In the few hours it has been available, we already have had many downloads and feedback from the users. Overall impression from the users is great and we will keep improving PicUP based on the requests from users. …

Read more…

Posted at May 05, 2009 by Sven Filatov | 0 comments
Last changed Mar 25, 2009 09:50 by Ürgo Ringo
Labels: requirements, userstory

It seems that from requirements management perspective there are two types of non-functional requirements. These that can be implemented once and for all ("independent" requirements) and these that affect many other user stories and hence will not get done until almost all user stories are finished ("distributed" requirement). …

Read more…

Posted at Mar 25, 2009 by Ürgo Ringo | 0 comments
Last changed Dec 16, 2008 14:13 by Sven Filatov
Labels: hibernate, orm

Recently we had a problem with Hibernate (version 3.2.6) mapping with subclasses that threw a ClassCastException upon casting to a concrete subclass.

The mapping file:

<class name="..." table="...">
  <many-to-one name="pet" column="..." not-null="true"/>
</class>

<class name="Pet" table="...">
  <id name="id" column="...">
    <generator .../>
  </id>
  
  <discriminator formula="type"/>
  
  <subclass name="Cat" discriminator-value="cat">
    <join table="...">
      <key column="..."/>
    </join>
  </subclass>

  <subclass name="Dog" discriminator-value="dog">
    <join table="...">
      <key column="..."/>
    </join>
  </subclass>
</class>

The code:


class Pet {
boolean isCat()

Unknown macro: { return this instanceof Cat; }

}

Pet pet = ...;
if (pet.</discriminator></generator></many-to-one></key></key> …

Read more…

Posted at Dec 16, 2008 by Sven Filatov | 0 comments
Last changed Dec 22, 2008 14:31 by Oliver Wihler
Labels: xmas, office, team, greetings

Posted at Dec 15, 2008 by Oliver Wihler | 2 comments
Last changed Dec 05, 2008 12:39 by Ürgo Ringo
Labels: scrum

Scrum followers say that often Scrum fails because it is just used to label some existing waterfallish process. Interestingly Scrum offers quite many such labels like sprint, scrum master, daily scrum, backlog etc.

If one wants to improve the current process then one should find out what are the problems and then deal with them. In some cases using "solutions" like [Containment Building|http://c2.com/cgi/wiki? …

Read more…

Posted at Dec 05, 2008 by Ürgo Ringo | 0 comments

 

Popular Blogposts (last 4 weeks)
  1. How many Os do you have in your OOD? (654)
  2. Spring MVC 2.5, binding collection elements and a bottle of Bud in hand (365)
  3. Non-transactional Open Session In View (334)
  4. MVC for GWT (326)
  5. Unit Testing in AQRIS (298)

Development blog

General announcements

Recent additions to Aqris bookshelf

AQRIS JIRA (5 issues)
Key Summary Created
ABS-276 Never Eat Alone Jun 17, 2009
ABS-275 Groovy in Action May 20, 2009
ABS-274 Tõnis Vaga luulekogu esitlus Palal 21.06.2008 Apr 29, 2009
ABS-273 What Would Google Do? Apr 28, 2009
ABS-272 Programming Scala: Tackle Multi-core Complexity on the Java Virtual Machine Apr 21, 2009

show complete bookshelf

Labels