Selective repository import via "git filter-branch" This article is concerned with selective importing of file repositories while keeping version history intact. It is not particularly about Java technology, but I'm tossing it in here anyway since I have been blogging here about my adventures with version ...
418 I'm a teapot Problem: How to handle session timeouts for AJAX calls made from a plain HTML + jQuery page? The webapp has a GUI where the user logs in via a form and gets an authentication cookie. A servlet filter handles authentication and accepts a valid cookie, or ...
Double.MIN_VALUE is positive Note to self: Double.MIN_VALUE is positive. Repeat again: positive. Its larger cousin Float.MIN_VALUE is also positive. It's not negative like the MIN_VALUE properties of all the other signed numeric data types like Integer, Byte, Short, and Long. ...
Recent Responses
Re: Java VIII Throughout the great scheme of things you actually receive a B- just for hard work. Where you actually lost me personally was in the specifics. As as the maxim goes, details make or break the argument.. And it could not be much more correct right here. ...
Re: Dynamic DataTables in ICEfaces It took me a day's work to figure this out (ICEfaces 1.8.2) - I wish I had come across your info in the first place. The behavior is unexpected indeed: the explicit column id won't be used anywhere in the rendered HTML (for a simple table, at least), the ...
Re: Java VIII There is also talk about increasing the number of Access Modifiers, too. + global - reachable from another JVM on the same node + cosmic - reachable from any JVM on the Internet For details, see the Sun white paper 'The Six Modes of Java VIII'.