vard-lokkur.blogspot.com
Warlock's Thoughts: Spring MVC - Session Attributes handling
http://vard-lokkur.blogspot.com/2011/01/spring-mvc-session-attributes-handling.html
Sunday, January 9, 2011. Spring MVC - Session Attributes handling. Spring Framework 2.5. Has introduced annotation based programming model for MVC Controllers. Spring Framework 3. Has made next step, and deprecated widely used SimpleFormController. Now we are all doomed to use annotations ;) but do we really understand what is going on behind the scenes? Let's take a look at the @SessionAttributes. And Supported handler method arguments and return types. Before you will continue reading this post. Interf...
reverseblade.blogspot.com
Onur Gumus's Blog: Wikipedia guy deletes programming articles.
http://reverseblade.blogspot.com/2011/02/wikipedia-guy-deletes-programming.html
Sunday, February 13, 2011. Wikipedia guy deletes programming articles. Recently one of my friends notified me that the article for the programming language Nemerle. Has been deleted from Wikipedia. And I am very upset about it . This language is still very active and widely used in russian communities and I myself is one of the developers. I also have production projects with it. Here you can read the discussion. Http:/ en.wikipedia.org/wiki/Wikipedia:Articles for deletion/Nemerle. Nice work, the guy nom...
jvarun.wordpress.com
Approach Java (1) | Varun's Blog
https://jvarun.wordpress.com/approach-java-a-tutorial-for-beginners
My notes on technology and life. Free Online Courses With Personalized Certificate. I started writing this tutorial targeting MCA students in Himachal Pradesh University, Shimla, India (from where I did MCA back in 99). This is an attempt to help students learn Java by practice. I am posting this tutorial(work in progress) on my blog so as to make it available to all Java seekers. Monday, May 5, 2008 4:17 AM. 8220;Varun Chopra” varunspace@yahoo.com. 1 Introduction to OOPs. 3 Java data types. OOPs is not ...
dezinewerks.blogspot.com
Dezinewerks Tech Blog: Clustered JBoss Seam Applications - Part 1, Intro & Tomcat Setup
http://dezinewerks.blogspot.com/2010/12/clustered-jboss-seam-applications-part.html
Wednesday, December 15, 2010. Clustered JBoss Seam Applications - Part 1, Intro and Tomcat Setup. One of our favorite new Java development frameworks is JBoss Seam. Seam provides a great foundation for not only IoC and DI, but also integrates higher-level functionality, such as PDF rendering, logging, and rules-based authorization. This, combined with its excellent support for "conversational" contexts makes it a great framework for developers of large and small applications alike. Tomcat is relatively e...
saigeethamn.blogspot.com
Sai Geetha's Blog - Android: Explicit Intent | Android Tutorial for Beginners (Part 2)
http://saigeethamn.blogspot.com/2009/08/android-developer-tutorial-for.html
Sai Geetha's Blog - Android. While this blog started off as my personal ramblings on Techncial things it has turned out to be a blog dedicated to Android. Any other technical ramblings are shared at my Technical Blog. NOTE: Of late, I have been getting requests for very trivial problems that many of you are facing in your day-to-day work. This blog is not to solve your "project" problems - surely not a "Support" site. By Sai Geetha M N. Wednesday, 26 August 2009. In an Explicit intent, you actually speci...
wrongnotes.blogspot.com
Wrong Notes: When you're doing it wrong...
http://wrongnotes.blogspot.com/2010/11/when-youre-doing-it-wrong.html
Writing my symphony with all the wrong notes. When you're doing it wrong. How do you know when you're doing it right? Most of the time I know I'm doing it right is when it feels like I'm always hitting my goals, and it's getting easier than it was yesterday. Although that might be a little lie I tell myself because it might just be because I know when I'm doing it wrong, and how bad that feels. If I don't have those bad feelings I know I must be doing something right. This is what I call an "everything i...
hoskinator.blogspot.com
A Funny Java Flavoured Look at the World: SCJP 5 resources
http://hoskinator.blogspot.com/2007/02/scjp-5-resources.html
A Funny Java Flavoured Look at the World. Wednesday, February 07, 2007. I can't remember where I found this but someone has a made a list of a lot of SCJP. Resource links on my blog. This was something I was meaning to do, so it saved me the bother. I'm not sure if they are all in here, so my advice would be just to search on the SCJP. Topic on my blog and then it will return lots of stuff. Here is the link. Http:/ www.google.com/notebook/public/09466151404937120238/BDTncIgoQi G7jdMh. Here is my resources.
bobhub.blogspot.com
bobhub: SCJP 1.6 Study Guide: Declarations and Access Controls Part 8
http://bobhub.blogspot.com/2009/11/scjp-16-study-guide-declarations-and_13.html
The personal repository of Bob Santos. Friday, November 13, 2009. SCJP 1.6 Study Guide: Declarations and Access Controls Part 8. When we need to manipulate values provided by the users of our application we can temporarily store them in variables. But to be able to assign values to variables you need to declare themfirst. And when you declare a variable you need to define what type of values that variable can hold and the variable name. Int age; / instance variable declaration. We can categorize the.
bobhub.blogspot.com
bobhub: SCJP 1.6 Study Guide: Declarations and Access Controls Part 9
http://bobhub.blogspot.com/2009/11/scjp-16-study-guide-declarations-and_16.html
The personal repository of Bob Santos. Monday, November 16, 2009. SCJP 1.6 Study Guide: Declarations and Access Controls Part 9. Declaring Arrays, Enums and Methods with Variable Argument Lists (var-args). This is the last part for the Declarations and Access Controls section. If you missed most of the parts of this section please go to the table of contents. For this study guide series. Methods with Variable Argument Lists. Int addNumbers(int. numbers){}. Void storeInformation(String s, int. x){}. Array...
reverseblade.blogspot.com
Onur Gumus's Blog: C# versus C++ versus Java performance comparison
http://reverseblade.blogspot.com/2009/02/c-versus-c-versus-java-performance.html
Saturday, February 07, 2009. C# versus C versus Java performance comparison. According to below chart, choosing C just for the sake of performance doesn't seem very feasable to me. Remember : Engineers are expensive and servers are not! Please run PHP and Ruby on Linux. PHP is not optimized for Windows. Therefore PHP is deadly slow on this platform. Please make sure you run with server jvm on windows - java is not using it by default (as opposed to linux). Engineers are expensive and servers are not!