Portable Maatkit

If you have been using MySQL you must have used Maatkit.

Use php with cygwin ?

If you noticed cygwin, does not come with ports for php. Not a problem Cygwin Ports has a bunch of ports including php.

A simple REST application using Jersey and Spring 2.5.6

Representational State Transfer (REST) is a simple way to expose and consume resources; predominantly over http. This makes it easy to integrate with consumers of those resources.

LINQ to MySQL

.NET Language-Integrated Query (LINQ) allows querying objects using a set of standard query operators from within any .NET code.

Access MySQL from another machine on Ubuntu

I you install MySql on Ubuntu, you might have faced issues connecting to the MySql server from another machine.

svn over https client certificate issue

Was checking out our code on ubuntu(jaunty) this weekend and was unable to checkout the code from our svn server. The checkout command kept asking me for the client certificate file.

cygwin unable to remap dll to same address as parent,

  • when you are working with Cygwin, sometimes you would get an error like this
  • "unable to remap some.dll to same address as parent
    someapp 4292 fork: child 3964 - died waiting for dll loading, errno 11"
  • then you would need to run rebaseall.
  • In order to run it, close all you Cygwin windows
  • Execute <cygwin_home>\bin\ash.exe, it would open a new console window
  • execute rebaseall there.

Turbo charge your web development

Debugging client side code of a web application, troubleshooting the HTML/CSS issues with the web application are pretty tricky and can tend to eat up lot of developer time. That time can be reduced greatly with the use proper tools.

Tools for web development have come a long way in aiding us developers. This article explains some of those tools that can help boost your productivity.

Configure the premitive value of a map in a pojo

If you are working with Maps in a Pojo and if you are using a primitive datatype as the map's values. You can configure it using the @Column definition itself. Is in't that wierd :-)
    @CollectionOfElements
    @org.hibernate.annotations.MapKey(columns = @Column(name = "keyName") })
    @Cache(usage = CacheConcurrencyStrategy.READ_ONLY)
    @JoinTable(name = "map_table", joinColumns = @JoinColumn(name = "key_name_id"))
    @Column(length = 1024)
    public Map<KeyObject, String> getMapObjects() {
        return mapObject;
    }

Trailit - Updated

Updated TrailIt with the new node migration code, lets see how this one performs.

Who's online

There are currently 0 users and 1 guest online.

Who's new

  • rajupmani
  • micmaria_li
  • krishna
  • Saravana Peruma...

Syndicate content