public marks

PUBLIC MARKS from mss with tags data & user

03 April 2007 01:45

hibernate.org - Tips and Tricks

Integer count = (Integer) session.createQuery("select count(*) from ....").uniqueResult(); How can I find the size of a collection without initializing it? Integer size = (Integer) s.createFilter( collection, "select count(*)" ).uni

03 April 2007 01:30

A List Apart: Articles: Flash Satay: Embedding Flash While Supporting Standards

Flash makes this part easy. The Flash Player loads any name/value pairs that are passed to a Flash movie on a query string into the root of the movie. This is useful for many different applications, but in our case it means that we just need to call the