Browse > Home

| Subcribe via RSS

A day at Devoxx

November 18th, 2009 | No Comments | Posted in Uncategorized

Today I attended the first conference day at Devoxx, which is actually day 3 (first 2 days are university days).

The start of the day was in a way a disappointment since, as many developpers, I wanted to know more about the acquisition of Sun by Oracle and the future of Java. But since it is still an EU-issue, the keynote wasn’t really about that. Instead Sun and Oracle both had a seperate keynote. The last keynote was of Adobe which showed an overall view of some of the products they develop.

I was very interested too see Scott Ambler’s presentation. This presentation was about the agile vs the traditional vs the ad hoc development. Scott showed 20 myths about agile development and proved by statistics if they we’re right or wrong. Some examples:

  • Agile is just for small teams
  • Most agile temas are co-located
  • Agilists don’t write supporting documentation.

After showing the facts, all these myths proved to be incorrect. This presentation was great and Scott really is a wonderfull speaker, but what I missed in this presentation was his opinion about this mythes and how things could be better.

After lunch I stumbled upon the presentation about HTML5 Communications. I first attended James Gosling’s presentation, but since it seemed like a marketing presentation about the Java Store, so when the sound system broke down (for all rooms!) I switched rooms. The talk about Frank Greco was very good. Due to this HTML 5 event model, which will change a lot for all nextgen webapps. He even mention that the mashup-functionality of portals will become obsolete!

“Traditional Programming Models: Stone Knives and Bearskins in the Google Age” by Cameron Purdy used ‘Google’ in their name to get more attention, but it certainly was an interesting talk about distributed programming.

The most interesting talk of the day was without a doubt Doug Tidwell about Cloud computing. The presentation talked about solutions for the challenges cloud computing had, and Doug garanteed that Cloud Computing is the next big thing since the evolution of the web. And since we are all using cloud computing in our daily lives, he’s probably right.

The last presentation of the day I attended was about Lift, a framework for Scala. Timothy Perret started with an introduction to Scala, and after that went to Lift showing demo’s and code, which made it very straight-forward to follow.

  • Share/Bookmark
Tags:

A WebSphere PortalNOW seminar organized by Cronos

November 13th, 2009 | No Comments | Posted in cPeople

An Intranet Up and Running in 16 days!

Does your organisation need a basic content rich web environment? Yet a lack of money, resources or skills is holding you back from getting started?

As businesses continue to change and adapt to gain market share, increase revenue, contain costs and remain competitive; their IT departments are challenged to be agile and responsive to adopt and implement these business changes. In about 16 days, cPeople can help you deploy a fully working portal and content solution by leveraging Portal NOW’s reusable software template and well-defined service processes.

During this workshop, cPeople will present you the benefits of Portal NOW:

  • Scalable solution that supports collaboration, feeds, and role-based access.
  • Low cost and fast implementation of a content rich Portal-based site.
  • Reduce process cycle time through faster access to targeted information.

This workshop is planned on the 25th of November. For more information and enrollment, please visit the following website: http://cpeople.fb.email.addemar.com/c1/hd0d21
For more information about WebSphere PortalNOW: http://www-01.ibm.com/software/lotus/services/portalnow.html

  • Share/Bookmark
Tags: ,

IBM Portal Excellence Conference

October 27th, 2009 | No Comments | Posted in cPeople

A new name for the conference, a new attendee too.

Read more intresting stories about the conference at http://www.cpeople.be/blog

  • Share/Bookmark
Tags: ,

Defining portals

October 14th, 2009 | No Comments | Posted in WebSphere Portal

Portal is all about bringing the right content and the right tools to the right set of people at the right point of time. It is a webplatform consisting of several pages and subpages, each containing several portlets. These portlets provide functionality like normal web applications would, but they all use one consistent view. This makes it a lot easier for users, because they only need to learn to work with only one system.

A portal brings the desktop-experience to the web. Much like the dashboard in your favourite car, you have all the information you need to know at hand. You don’t want to search these information while your driving.  You need to know how the car is doing and some functionality so you enjoy your travel time. While driving yours, you are not interesting in the statistics of someone else’s car.

Using portals can be very powerfull for companies integration the applications they have. And adding new stuff should be quite simple. Remember, your company is only as strong as the ability it has to handle new business needs as quickly as possible.

More about portal development on andyvdh.optis.be

  • Share/Bookmark

Connections 2.5 Portlets for IBM WebSphere Portal

October 9th, 2009 | No Comments | Posted in IBM, WebSphere Portal

The IBM Lotus Connections 2.5 Portlets for WebSphere Portal delivers the Lotus Connections rich set of social software services for use within a WebSphere Portal environment. WebSphere Portal users can integrate the Activities, Blogs and Bookmarks services of Lotus Connections to:

  • Create and work with Lotus Connections Activities within WebSphere Portal. Users can easily set prioritization, Activity status and to do items for their Activities. Also, have the ability to manage the membership to add and leverage the expertise and experience of others in the organization by working together.
  • Within WebSphere Portal users can view and create Lotus Connections Blog postings and comments.
  • Easily create, edit and discover Bookmarks in Lotus Connections that have been qualified by others with similar interests and expertise.

Continue reading …

  • Share/Bookmark
Tags: , ,

Recommended reading list: Java EE and WebSphere Application Server

September 29th, 2009 | No Comments | Posted in IBM

This list of recommended reading connects you to documents that contain essential information that practitioners should know and understand before diving into Java™ EE application design and implementation using IBM® WebSphere® Application Server.

This list is intended for anyone interested in using or learning more about WebSphere Application Server.

Continue reading

  • Share/Bookmark
Tags: , ,

IBM Lotus Gains in Global Collaboration Against Microsoft

September 24th, 2009 | No Comments | Posted in IBM

“IBM collaboration software is winning against Microsoft worldwide. We’ve expanded our customer and partner base significantly, and our footprint within companies with both environments,” said Bob Picciano, general manager, IBM Lotus Software. “Companies are looking at the aggregated value of IBM’s Web 2.0, collaboration, and social software for their own roadmap to the future.”

Read the full story here

  • Share/Bookmark
Tags: , ,

Lotus Connections and SuccessFactors Webcast

September 18th, 2009 | No Comments | Posted in IBM

Luis Benitez posted an article about the joint forces of IBM and SuccesFactors.

Continue reading…

  • Share/Bookmark
Tags: , ,

Check exceptions vs unchecked exceptions

September 18th, 2009 | 1 Comment | Posted in J2EE, Java

Another interesting article about checked-exceptions. I know this is not new, but every time a new project starts, I’m having the same discussion about checked-exceptions.

Once upon a time Java created an experiment called checked-exceptions, you know you have to declare exceptions or catch them. Since that time no other language (I know of) has decided to copy this idea, but somehow the Java developers are in love with checked exceptions…

Continue reading…

  • Share/Bookmark
Tags: ,

Implementing REST Web Application Architectures with Spring MVC

September 18th, 2009 | No Comments | Posted in J2EE, Java, Spring

In this technical talk, Arjen Poutsma explains RESTFul concepts and discusses Spring 3.0 support for REST in Spring MVC. For these new RESTful features in Spring, he provides details about RESTful URI’s, URI templates, Content negotiation, HTTP method conversion, and ETag support.

http://europe.springone.com/europe-2009/speaker/Arjen+Poutsma

  • Share/Bookmark
Tags: ,