Tuesday, February 02, 2010
[Pub] Eclipse Plugin for Mule and Mule Data Mapper
Posted by
Markus Demolsky
at
Tuesday, February 02, 2010
0
comments
Categories: Publication
Tuesday, January 26, 2010
[Conf] Cloud Computing at OOP 2010
Next Generation Databases mostly address some of the points: being non-relational, distributed, open-source and horizontal scalable. The movement began early 2009 and is growing rapidly. Often more characteristics apply as: schema-free, replication support, easy API, eventually consistency, and more. So the misleading term "nosql" (the community now translates it with "not only sql") should be seen as an alias to something like the definition above [Source: http://nosql-database.org/]
The session also provides some other interesting information:
- Characteristic of Cloud Computing
- Public and Private Clouds
- Grids vs Cloud
Posted by
Markus Demolsky
at
Tuesday, January 26, 2010
2
comments
Categories: Conference
Friday, January 15, 2010
[Misc] Software Carpentry
"The research money and PBS Nova programs focus on artificial hearts when in fact all the increase in longevity comes from clean water, anti-smoking campaigns, better nutrition, vaccination and the like. These routine public health measures that no longer are exciting, so they are actually loosing ground."
Listen to the interview and share your opinion!
Posted by
Alexander Schatten
at
Friday, January 15, 2010
0
comments
Categories: Interview, Miscellaneous
Wednesday, December 30, 2009
[Tech] Distributed SCM: Playing with Repos
What is your opinion?
Posted by
Alexander Schatten
at
Wednesday, December 30, 2009
1 comments
Categories: Open Source, Processes, Technology
Tuesday, December 29, 2009
[Pub] Best-Practice Book and the New Year
It was a lot of work and required most of our publishing energy. I believe the result is good and I hope that it will be useful for some of you.
A detailed description of the book can be found at the publishers website.
If you are as enthusiastic as we are, you can even pre-order it via Amazon ;-)
Posted by
Alexander Schatten
at
Tuesday, December 29, 2009
0
comments
Categories: Publication
Sunday, December 27, 2009
[Tech] Simple Java Template Engine
"[...]FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works on what they are good at. Designers can change the appearance of a page without programmers having to change or recompile code, because the application logic (Java programs) and page design (FreeMarker templates) are separated. Templates do not become polluted with complex program fragments. This separation is useful even for projects where the programmer and the HTML page author is the same person, since it helps to keep the application clear and easily maintainable[...]"

Posted by
Markus Demolsky
at
Sunday, December 27, 2009
0
comments
Categories: Java, Open Source, Technology, Web Development
Monday, November 09, 2009
[Tech] Integrate Tests as a Language Featuere?
The blog of Cedric Beust (author of TestNG and captured by Google) is always an interesting read.
His last posting discusses the question if generic test features should be included into the language:
http://beust.com/weblog/archives/000522.html
What do you think?
Posted by
Prof. Dr. Stefan Edlich
at
Monday, November 09, 2009
0
comments
Categories: Miscellaneous, Technology
Sunday, November 08, 2009
[Misc] Subversion turns into an Apache Project: so what?
I had a discussion with an Apache commiter recently about this fact and about the future of Subversion. He believed, that Subversion could (or better should) go through a complete redesign to embrace features provided by distributed source code management (DSCM) systems like Bazaar, Mercurial or GIT. I personally question this future of Subversion. We already have three pretty good systems and a very competitive game is played here since the last two to three years. Subversion would start with a delay of probably three years. Until a stable version of a (partly) distributed SVN is out, all other systems will be settled and far ahead.
Your ideas?
Posted by
Alexander Schatten
at
Sunday, November 08, 2009
2
comments
Categories: Miscellaneous, Open Source, Processes, Technology
Friday, October 30, 2009
[Tech] 7 Languages in 7 weeks
Dear Readers,
http://rapidred.com/blog/seven_languages
It is from the blog of Bruce Tate we all know as one the Java Experts and his stunning books.
- Ruby -> my personal favourite. Perhaps not the coolest now but the expressiveness and the DSLability for me is outstanding.
- Io -> Possibly the newest and coolest because the vm / object approach looks interesting.
- Scala -> Good to have Javas crown prince in here because we all have to learn it.
- Erlang -> My multiprocessor king (even if it struggles with strings. argh). Especially hot in the #nosql database scene.
- Clojure -> I already posted about the great clojure. I really love it although its really hard to learn.
- Haskell -> Good that they / he included the right educational functional concept.
- Prolog -> This surprised me a little. But Bruce writes that he wants to stretch the readers. And I never thought this could go with a nearly 40 year old language.
Posted by
Prof. Dr. Stefan Edlich
at
Friday, October 30, 2009
2
comments
Categories: Miscellaneous, Technology
Tuesday, October 27, 2009
[Arch] Resource for Software Architecture
- Actual news and trends about software architecture
- Basic information about software architecture (concepts, styles, etc.)
- Podcasts
- Tool Previews
- A free english architecture journal
- Forum and Knowledge Base
- Tips and Tricks
Posted by
Markus Demolsky
at
Tuesday, October 27, 2009
0
comments
Categories: Architecture