05 2014 档案

摘要:Software Development and Newton's Laws of MotionIntroI have no idea since when the wordvelocityfound a new home in software development, it is neverth... 阅读全文
posted @ 2014-05-30 20:45 testglen 阅读(130) 评论(0) 推荐(0) 编辑
摘要:Software architecture vs codeI presented two talks last week with the title "Software architecture vs code" - first as the opening keynote for the ina... 阅读全文
posted @ 2014-05-29 22:21 testglen 阅读(274) 评论(0) 推荐(0) 编辑
摘要:Speaking Tips from Popular TED Talks1. best practices in presenting THE2. Knowledge is power. Pass it on. Click this button to share information on ea... 阅读全文
posted @ 2014-05-29 22:04 testglen 阅读(306) 评论(0) 推荐(0) 编辑
摘要:Top 10 JavaScript traps for a C# developer 27 May 2014 | .NET · Code · Javascript Tags: .net · C# · javascriptIf you are an experienced C# developer, coming into JavaScript world for application devel... 阅读全文
posted @ 2014-05-28 22:00 testglen 阅读(235) 评论(0) 推荐(0) 编辑
摘要:Java Collection interview Questions Answers | Java Collection FAQ Java Collection Framework interview questions and answers contains questions from popular Java collection classes e.g. HashMap, ArrayL... 阅读全文
posted @ 2014-05-23 21:55 testglen 阅读(393) 评论(0) 推荐(0) 编辑
摘要:Tough core Java interview questions and answersWhat is tough core java interview question ? Why do people look for tough Java questions before going for interview? well I don't thing I need to answer ... 阅读全文
posted @ 2014-05-22 23:03 testglen 阅读(383) 评论(0) 推荐(0) 编辑
摘要:By Jason Schadewald (@resolvedfixed), Parasoft Product ManagerIn the modern world of Agile, SaaS, and DevOps, the term “process” sounds outdated. It reminds people of old, stodgy systems lacking flexi... 阅读全文
posted @ 2014-05-21 21:50 testglen 阅读(128) 评论(0) 推荐(0) 编辑
摘要:5 Best Books for Every IT Leader 2014Posted by vikas on May 20, 2014, filed in: Web Develoment Information technology is the largest industry, when we talk today, in the 21st century. We are totally d... 阅读全文
posted @ 2014-05-20 19:11 testglen 阅读(153) 评论(0) 推荐(0) 编辑
摘要:Sneak Preview: The 14 Leading Java Tools & Technologies for 2014 :Junit , Jenkinds, Git, Hibernate, Java7, Maven, Nexus, MongoDB, FindBugs, Tomcat, Java EE 6, Eclipse, Spring MVC, MySQLsource: http://... 阅读全文
posted @ 2014-05-20 06:51 testglen 阅读(161) 评论(0) 推荐(0) 编辑
摘要:EJB multiple datasource transaction example08 May 2014ByGonçalo Marquestags:jpajava-eejtaxaejbIn this article we will see how to configure EJB transactions across multiple datasources1.IntroductionSom... 阅读全文
posted @ 2014-05-16 22:26 testglen 阅读(232) 评论(0) 推荐(0) 编辑
摘要:/* * Object factory */function objectFactory(jsonObj){ function objectEntity(){ } if(typeof jsonObj == "object"){ for(var index in jsonObj){ objectEntity.prototype[index] = jsonObj[index]; } } ... 阅读全文
posted @ 2014-05-16 07:19 testglen 阅读(168) 评论(0) 推荐(0) 编辑
摘要:Why would you need a tutorial for building your web application on spring boot and deploying it on heroku?That's because our web application will serve JSP files and as Spring Boot's JSP support is li... 阅读全文
posted @ 2014-05-15 00:16 testglen 阅读(331) 评论(0) 推荐(0) 编辑
摘要:The modernization of world had led to coming of many businesses online. Businesses have realized the importance of coming up online. That is the main reason why most of the businesses have opted for e... 阅读全文
posted @ 2014-05-14 23:37 testglen 阅读(283) 评论(0) 推荐(0) 编辑
摘要:Ever since I heard Java 8 is going to support lambda expressions (aka closures), I was very enthusiastic to spice my code with such a decent and concise functional element. Most developers extensively... 阅读全文
posted @ 2014-05-11 11:41 testglen 阅读(344) 评论(0) 推荐(0) 编辑
摘要:May 7, 2014Before you start making any changes, make sure you have an integration test covering the part of the application you're changing. While unit tests might be useful on a small scale refactori... 阅读全文
posted @ 2014-05-11 11:36 testglen 阅读(123) 评论(0) 推荐(0) 编辑