Softwaredevelopment live
RSS

    Java Image Scaling awt.Graphics2D vs. Scalr

    By admin On 05/08/2013 · Add Comment
    The Target was very simple I had the last days. You will get a big image and have to scale it low for the web. At the beginning I googled a little bit and found out the imagemagic is the best solution for quality scaling. I think it is, because it has a very big [...]
    Read Full Article →
    hibernate-banner-1180px

    Hibernate releases 4.2.0 and 4.1.11.Final

    By admin On 04/02/2013 · Add Comment
    Hibernate ORM 4.2.0.Final and 4.1.11.Final were just released. You can read the official statement here: http://in.relation.to/Bloggers/HibernateORM420FinalAnd4111FinalReleased
    Read Full Article →

    Nightmare of every Programmer

    By admin On 02/27/2013 · Add Comment
    Read Full Article →

    Programmer who thinks what he does

    By admin On 02/25/2013 · Add Comment
    Read Full Article →
    hibernate-banner-1180px

    log4j hibernate show_sql to log file

    By admin On 02/01/2013 · Add Comment
    Hibernate writes the SQL commands, which are logged via <property name="hibernate.show_sql">true</property> by default to console. In a tomcat envirement the default ist the catalina.out log file. To write your plain SQL logs to a seperate log file you have to configure a seperate logger for the SQL statements. You can do this by adding the [...]
    Read Full Article →

    How users see the programmers

    By admin On 01/31/2013 · Add Comment
    Read Full Article →

    Abstraction ui elements with labels

    By admin On 01/30/2013 · Add Comment
    You always have the issue, that you need next to ui elements a label to name the element. There are many options to solve the problem. First the easy way: ListBox box=new ListBox(); Label lbl=new Label("Countrys"); this.add(box); this.add(lbl); This code a lot of programmers have to do for hundrets of input fields, comboboxes and so [...]
    Read Full Article →
    hibernate-banner-1180px

    hibernate configure transaction Isolation Level

    By admin On 01/29/2013 · Add Comment
    In the hibernate config file you can configure the default jdbc-transaction level. Hibernate uses the codes of the java.sql.Connection  class, which are listed above.   public static final int TRANSACTION_NONE = 0;   public static final int TRANSACTION_READ_UNCOMMITTED = 1;   public static final int TRANSACTION_READ_COMMITTED = 2;   public static final int TRANSACTION_REPEATABLE_READ = [...]
    Read Full Article →

    Tool of the day: Atlassian Confluence

    By admin On 01/29/2013 · Add Comment
    Since many years I am working now with atlassian confluence as project documentation plattform. I am still suprised, how easy the integration with jira, greenhopper and co. works.4 months ago I introduced confluence in my current company with a lot of non technical employees.It was very cool, to see how easy they got confident in [...]
    Read Full Article →

    Programmers… always the same….

    By admin On 01/29/2013 · Add Comment
    Read Full Article →
    • ← Previous Entries
    • Categories

      • Database (5)
      • Funny (7)
      • Java (13)
      • Maven (1)
      • Programming (10)
      • Tools (4)
    • Recent Posts

      • Java Image Scaling awt.Graphics2D vs. Scalr
      • Hibernate releases 4.2.0 and 4.1.11.Final
      • Nightmare of every Programmer
      • Programmer who thinks what he does
      • log4j hibernate show_sql to log file
    • Meta

      • Log in
      • Entries RSS
      • Comments RSS
      • WordPress.org
      Build a website with PageLines