Changing Spring configuration without restarts
Beta release of JavaRebel Spring plugin lets you skip redeploy even when changing Spring configuration files or using the new annotation based... more »
0 commentsSave Tags: java, tools
TheServerSide Java Symposium Europe : Day 1
Its about 6.30PM here in Prague and the day 1 of The Server Side Java Symposium (TSSJS) is wrapping up for the day with an award ceremony.
0 commentsSave Tags: news, server
First milestone of the JavaRebel 1.2 development branch available
The new release includes a reworked SDK that allows creating plugins for easier integration with third-party frameworks or containers. We have also... more »
0 commentsSave Tags: java, tools
Scala Goes Dynamic with JavaRebel
We decided that we can facilitate the Scala adoption by putting its productivity on par with the dynamic languages. To do that we have created a... more »
4 commentsSave Tags: java, other languages, tools
The Scala liftoff
I stayed around in San Francisco for one more day after JavaOne, in order to attend the Scala liftoff. The liftoff was an open space style conference... more »
0 commentsSave Tags: opinion, other languages
JavaRebel 1.1 Released
ZeroTurnaround has announced the final release of JavaRebel 1.1. JavaRebel is a JVM plugin (-javaagent) that enables reloading changes made to Java... more »
0 commentsSave Tags: announcement, java, tools
Interview: How Wicket Does Ajax
The enhancements that Ajax brings to the web might not be your cup of tea, because of JavaScript. Either because you find it too complex or because... more »
0 commentsSave Tags: frameworks, java
Scala LiftOFF Unconference Announcement
The Scala lift off is be a great place for members of the Scala and lift communities to get together, learn about Scala, learn about lift and get... more »
0 commentsSave Tags: announcement, java, other languages
IWebMvc receives a JavaRebel free OSS development license
ZeroTurnaround has offered IWebMvc a free OSS license of JavaRebel. Something worth a blog post. If you are a developerof an OSS project request yours... more »
1 commentsSave Tags: frameworks, java, tools, trends
Source Code Analysis Using Java 6 APIs
Have you ever thought of how tools like Checkstyle or FindBugs perform a static code analysis, or how Integrated Development Environments (IDEs) like... more »
1 commentsSave Tags: java
Typesafe DSLs in Java: Part 1 --Typesafe Bytecode
Domain Specific Languages (DSLs) have been brought to Java under the name of Fluent Interface. However most of them utilize a lot of strings and... more »
1 commentsSave Tags: java, research, trends
Integrating JavaRebel with Spring
We have started working on integrating JavaRebel with the Spring Framework. First we are concentrating on annotation based configuration and then see... more »
0 commentsSave Tags: frameworks, java
Configuring IDE Debugging with JavaRebel
One of the inconveniences that our users frequently report is stepping in/out of the code managed by JavaRebel. However we have found that most IDEs... more »
0 commentsSave Tags: how-to, tools
JavaScript Puzzlers
As more and more applications are written in JavaScript its quirks are becoming legendary. Test your knowledge of JavaScript with these 6 puzzles or... more »
0 commentsSave Tags: javascript
Learn 10 good UNIX usage habits
Adopt 10 good habits that improve your UNIX command line efficiency - and break away from bad usage patterns in the process. This article takes you... more »
0 commentsSave Tags: news, tools, unix-linux
Git is the next Unix
When I first heard about git, I was suspicious that there could be anything special about it, but after watching Linus' talk about it, I was... even... more »
0 commentsSave Tags: tools, unix-linux
Improving Java Development — An Open Letter to the Java Community
ZeroTurnaround is committing to continue reducing Java development turnaround by integrating with specific frameworks, and we invite you along for the... more »
1 commentsSave Tags: announcement, frameworks, java, open source
JSP Weaver 1.0 Released
JSP Weaver interprets the JSP markup on-the-fly instead of producing and compiling Java code. This reduces JSP reload times in development from tens... more »
1 commentsSave Tags: java, server, tools
Dishonest Programming
How do you teach honesty in coding? I'm not really sure. Yesterday I reviewed some code that was dishonest from top to bottom.
4 commentsSave Tags: opinion
Interview with Martin Odersky, founder of Scala
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly... more »
3 commentsSave Tags: java, other languages
Artima Publishes First (e)Book - Programming in Scala
This week we released an early access version of the book, Programming in Scala, in PDF form. With this work, Artima enters the world of book... more »
0 commentsSave Tags: books, news, other languages
Life outside the IDE
For many Java developers, the IDE is more than a high-powered telescope, it's the Milky Way itself. In this article Coderspieler Nathan Hamblen... more »
0 commentsSave Tags: java, tools
PHP - a bad programming language - Dark side of PHP
Php is one of widely used and popular programming language used in the Internet. But as a pure programming language it has lots of dark-sides.
10 commentsSave Tags: opinion, php, trends, web services
The Power Of Google Graph API
Imagine this. With the help of Google Graph API all you need to know is to insert an image in your web page and watch your graph come to life! The API... more »
2 commentsSave Tags: css-html, how-to, methodology, tools
via