Java, How to throw undeclared checked exception
From aragozin.blogspot.com:Usually when you have caught checked exception (e. or ) you have to wrap it in to rethrow it without declaring exception in method signature. But with help of generic you can...
View ArticleBuild Your Own JVM Language!
From blog.efftinge.de:Xtext has already simplified development of domain-specific languages a lot. From a simple grammar definition you not only get a full language infrastructure but also powerful...
View Article10 points about generics in java - Tutorial Example
From javarevisited.blogspot.com:Please vote +1 if you like this post Generics Java Example Tutorial I have read many articles and tutorials on generics in java some of them are quite good and detailed...
View ArticleGroovy static type checker: status update
From jroller.com:As some of you may already know, I joined SpringSource/VMware a month ago and I am working on the Groovy language.One of my tasks, which will make me busy a little while, consists of...
View ArticleOverload API methods with care – the sequel
From Javalobby:I promised a sequel as I have encountered more trouble than that, so here it is. Varargs are another great feature introduced in Java While being merely syntactic sugar, you can save...
View ArticleRe: Highbrow Java; Or: Java Generics and Why I Still Hate Them
From a-dimit.blogspot.com:This, well, rant, originated as a more elaborate answer to a comment on an article I left unanswered for over half a year. I wanted to apologise by coming up with a rather...
View ArticleSimplifying the Data Access Layer with Spring and Java Generics
From baeldung.com:This is the second of a series of articles about Persistence with Spring. The previous article discussed setting up the persistence layer with Spring 3.1 and Hibernate, without using...
View ArticleHoliday Hiatus
From Geeks With Blogs:Hi all! With Chanukah, Christmas, and my twins’ birthday parties I won’t have a post this week, and possibly not the following week (though I may try to get one out if I can)....
View Article5 More Notable Java 7 Changes
From Developer.com:Continuing the exploration of Java language features in JDK7 which I began in my previous installment on Project Coin, I will discuss the following Java 7 enhancementsClick here to...
View ArticleStatic in generics
From CodeProject:Author: zenwalker1985; Updated: 23 Dec 2011; Section: Static & Panel Controls; Chapter: Desktop Development; Updated: 23 Dec 2011Click here to read moreTagged: #dotnet #windows...
View ArticleA generic Set type for .NET
From CodeProject:Download demo project - 15.8 Kb. The new System.Collections.Generic namespace contains generic versions of the most often used data structures such as lists and dictionaries. But...
View ArticleUsing generics for calculations
From CodeProject:Download demo project - 32.8 Kb. The current implementation of .NET generics is used mainly to make type-safe collections faster and more easy to use. Doing calculations on generic...
View ArticleJumping from MySql to Cassandra, a success story
From itsecrets.wordpress.com:Cents of web pages, books, papers treat about What Cassandra is, What Hazelcast is, What Hadoop, MemcacheDB, MongoDB, etc….But none of them treat about HOW TO migrate my...
View ArticleHow To: Use leaderboards on Windows Phone with XPG
From CodeProject:Use leaderboards on Windows Phone with XPG; Author: XPG Live; Updated: 22 Jan 2012; Section: Windows Phone 7; Chapter: Mobile Development; Updated: 22 Jan 2012Click here to read...
View ArticleHow To: Use Leaderboards on Android with XPG
From CodeProject:This is a continuation of the How To series.; Author: XPG Live; Updated: 1 Feb 2012; Section: Android; Chapter: Mobile Development; Updated: 1 Feb 2012Click here to read moreTagged:...
View ArticleMEF Generics
From CodeProject:How we can harness the power of MEF and extend it by way of generics.; Author: Dean Oliver; Updated: 2 Feb 2012; Section: C#; Chapter: Languages; Updated: 2 Feb 2012Click here to read...
View ArticleMVVM PRISM: Modal Windows by using Interaction Request with Generics
From CodeProject:Download source - 154.39 KB. This article pretends to be the continuation of my other article MVVM PRISM: ProgressBar Interaction Request with Asynchronous Command. Here I will try to...
View ArticleStrongly Typed Sub-Lists Which Modify Their Parent List (No Events)
From CodeProject:Generic list wrapper that returns a smaller strongly typed sub-list which modifies the parent-list when changed, without using eventsClick here to read moreTagged: #xml #events #generics
View ArticleDynamically Map SQL Resultset to Business Object
From CodeProject:Dynamically map type-safe business objects to a DataTable using reflection and generics.; Author: samlom; Updated: 7 Feb 2012; Section: C#; Chapter: Languages; Updated: 7 Feb 2012Click...
View ArticleXML serialization using Generics
From CodeProject:Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others. ; Author: Rui Jarimba; Updated: 1 Mar 2012; Section: XML;...
View Article