• Why OSGi? Or why not using it makes your JVM runtime unsafe.

    Updated: 2012-12-31 18:56:03
    . var log mind Dhananjay Nene†s opinions on programming , design , architecture and the internet RSS Blog Archives About Why OSGi Or Why Not Using It Makes Your JVM Runtime . Unsafe Jan 21 st 2012 Comments Not sure how long ago I started using OSGi . Perhaps it was 12 months ago or then perhaps 18. And yet I still find it painful using OSGi especially every time I bring in a foreign set of jars into the ecosystem . And yet I continue to be a dogged proponent . Here†s . why First let us understand one of the many problems OSGi solves . Let us imagine your java application has exactly three classes . One is the class you wrote called “My.java” bundled in a jar called “my.jar” . Another is a class called “Uses.java” whose api and features are leveraged by “My.java” and is

  • FW/1 2.1 Release Candidate 1 Available

    Updated: 2012-12-21 20:46:27
    An Architect's View CFML , Clojure , Software Design , Frameworks and more . front page Archives Presentations Software RSS FW 1 2.1 Release Candidate 1 Available December 21, 2012 No Comments The next release of FW 1 has just hit Release Candidate status As noted before , the main addition since the Alpha October 21st is a debugging feature : you can now enable tracing for the framework and see what it is queuing up and what it is executing . There have also been a number of bug fixes . See the commit list for details of changes The wiki has been updated with the new features and API changes no public API changes since the Alpha , just the addition of variables.framework.trace Read more and download FW 1 2.1 RC 1 at RIAForge RC 1 includes a small bug fix for framework reloading . Beta 3

  • Learning TypeScript–Function Expressions–Part3

    Updated: 2012-12-16 07:46:53
    In the last post we  have discussed about functions, the most powerful feature of Javascript, and TypeScript as well.In this post we will look into anonymous functions and function expressions.Javascript supports functional programming where functions can be treated as objects,passed into other functions as parameters and can be return value from functions as well. In [...]

  • Learning TypeScript–Functions–Part 2

    Updated: 2012-12-09 08:57:37
    Functions are one of the most important and powerful feature in Javascript and Typescript being a superset of the same, provides additional features related to functions on top of that.Let’s start with the simple function definition which is quite same as in javascript. TypeScript provides us the static type checking capability.So the function parameters & [...]

Current Feed Items | Previous Months Items

Nov 2012 | Oct 2012 | Sep 2012 | Aug 2012 | Jul 2012 | Jun 2012