Wednesday, October 9, 2013

Why JSP sucks

JSP sucks because of:

http://docs.oracle.com/javaee/1.3/tutorial/doc/JSPIntro8.html

Here the include directive doesn't support dynamic insertion of a value. Which causes a lot of proplems if your trying to use JSP in a web framework. I'm glad today no one uses it if UX.

Monday, August 19, 2013

JavaDoc Words

I find it interesting how much good documentation is on the java docs for  Java™ Platform Standard Ed. 6

In the webpage http://docs.oracle.com/javase/6/docs/api/java/util/RandomAccess.html the work asymptotically is used to define as: toward a line whose distance to a given curve tends to zero. An asymptote may or may not intersect its associated curve

Here they are using randomaccess to help improve performance of iterators of  lists.

This with http://docs.oracle.com/javase/6/docs/api/java/util/ArrayList.html you have the word amortized used: amortized constant time with big O notation. Amortize means to liquidate gradually.

amortize - liquidate gradually 

Wednesday, July 10, 2013

Authors Websites I Love



javapapers.com
The author of the website, Joe, has always been interesting to read his articles on java programming. Glad the website has been around for so long.