• Home
  • RSS Feed
  • Log in

Posts Tagged ‘Ajax’

Mark Bakker

Review Java EE6 and JavaFX 1.3 – Part I, the back-end
Posted by Mark Bakker in the early morning: May 27th, 2010

Summary

In the first part of this review (the JavaEE6 back-end) I tested a small application which is a JSON REST service to be used as back-end for a JavaFX front-end. My conclusion for now is that JavaEE6 has a lot of new features which makes it a lot easier to use Java EE without extra libraries like Spring, Seam or Resteasy. I was able to make a back-end application which was noticeable fast with a low overhead in bandwidth and CPU usage.

Introduction

In a search for the current best technology platform I am building a small real-world application for personal use in different languages and frameworks. First up is Java EE 6 and JavaFX 1.3.

I think this review can be helpful for others as well. If you just want to see the implementation you can skip the functional and technical requirements. If you are interested in the application and want to help creating the new version; please send me a reply:-).

(more…)

Share

Tags: Ajax, Flex
Filed under Java | 1 Comment »

Kris Geusebroek

Open Source GIS experiences
Posted by Kris Geusebroek around lunchtime: August 26th, 2009

After being away from the GIS world for a while, I started working on a new project replacing the current used software by an open source alternative. The first small application that needed to be made was for an emergency phone call center to show the position of the caller on a map. After that a few prototypes should prove that it was doable to replace the current software stack by open source alternatives.

In this blog I will describe the tools used, a few of the problems I ran into and of course the solutions to the problems which involve coding and communication ;-)

The tools used where a Java based server called Geoserver and a client side JavaScript library called OpenLayers.

(more…)

Share

Tags: Ajax, GIS, Javascript, Opensource, Oracle
Filed under Java | 2 Comments »

Mischa Dasberg

Testing Wicket AjaxBehavior
Posted by Mischa Dasberg at around evening time: August 25th, 2009

Last week I ran into a problem while testing AjaxBehavior in Wicket.

Consider the following scenario: we have a FormComponent which has an AjaxBehavior added to it. We want to test that behavior. Depending on the selected value of for instance a RadioChoice, the Ajaxbehavior should show one component and hide another.

You would think that this would be out of the box behavior when using WicketTester, but unfortunately this is not the case. Triggering an Ajaxbehavior is easy using WicketTester, but setting the selected value isn’t. (more…)

Share

Tags: Ajax, Wicket
Filed under Java, Testing | 2 Comments »


Validation in Seam
Posted by Ruchika Goyal terribly early in the morning: April 24th, 2009

Validations are a huge part of any software development. We need to validate that the data being entered from the UI is correct i.e of correct type or we are not leaving a notNull/notEmpty fields to be blank. There are so many ways to fulfill these requirements and we can have UI level validations or persistence level validations.

(more…)

Share

Tags: Ajax, Hibernate Validation, JSF, Seam
Filed under General | 5 Comments »

Mischa Dasberg

Testing Wicket with Fitnesse
Posted by Mischa Dasberg at around evening time: July 6th, 2008

On our latest project, My colleague Tjeerd Kaastra and I, have been using Wicket.
Since our GUI was so complex, and we had to write 100s of unit tests (a lot of corner cases), we sat down with our testers to find out how we should approach this. Because Our testers use Fitnesse to test both functional acceptance as well as regression tests, they test a lot of the code as well. So we thought, why not integrate the two and that is what we did.

This blog describes how to test Wicket applications using Fitnesse. It is about stretching the limits of the Wicket test components to do so. We will try to explain this by using a small example project we have created to illustrate things. This example project has been inspired on the new user wizard example by Eelco Hillenius. We adapted this example so that it uses Spring, because most apps use a backend system.

(more…)

Share

Tags: Ajax, Spring, Wicket
Filed under Java, Testing | 7 Comments »

Mischa Dasberg

Wicket – Updating ListViews using an AjaxLink
Posted by Mischa Dasberg mid-morning: June 4th, 2008

Consider the following senario: we want to display some data in a table like manner, and we want it to update when we click on a link or button. We do not want to do a complete page refresh, we want it in an ajax way. Also we would like the modify the css for each cell.

In wicket you can use a ListView iterate over a List of Objects and display them in a table like manner.
This blog describes how you can update ListView data and modify the css for each cell.
(more…)

Share

Tags: Ajax, Java, Wicket
Filed under Java | 15 Comments »


Book Review: Adobe AIR for Javascript Developers
Posted by Balaji D Loganathan in the early morning: May 6th, 2008

I was trying to learn Adobe AIR and was looking for some good set of learning resources. I found the book “Adobe AIR for Javascript Developers” from Oreilly by and started reading it online. A cool book, the authors have done great job on presenting the topics as an easilit readable pocket guide. Soon after reading this book, i felt i got the right resource i want for now.
(more…)

Share

Tags: Ajax, CSS, Flex, Javascript, XML
Filed under General | No Comments »

Robert van Loghem

Podcast Episode 19 – RIA vs Web 2.0
Posted by Robert van Loghem around lunchtime: April 29th, 2008

RIA and now! Web 2.0 guy, Bart Guijt talks in this episode of the Xebia Podcast about;

- Web 2.0 vs RIA (is there a link?)
- Adobe AIR deployment in the business
- Dutch article in Java Magazine about 3 popular RIA toolkits

So head on over to the show page or subscribe to our podcast!

Share

Tags: Ajax, Flex
Filed under Podcast | No Comments »

Mischa Dasberg

Wicket and List Choice Transfers
Posted by Mischa Dasberg in the late evening: March 25th, 2008

Consider the following scenario: we want to have two select boxes and we want to add options from one to the other and back.
Currently, this is not easily possible in Wicket, even though there are a lot of extensions available.
This blog describes an easy way to create a component which does just that!

  select transfer   select transfer

(more…)

Share

Tags: Ajax
Filed under Java | 5 Comments »

Robert van Loghem

Podcast Episode 17 – RIA – Part 2
Posted by Robert van Loghem mid-afternoon: March 20th, 2008

Bart Guijt introduces us to the world of RIA, this is part 2 of the interview!

Bart tells us about;
- Microsoft Silverlight
- Open Laszlo
- Other RIA tookits
- Future of RIA

Hosted by Robert van Loghem

So head on over to the show page or subscribe to our podcast!

Share

Tags: Ajax, Flex
Filed under Java, Podcast | No Comments »

← Older posts

Xebia Sites

  • Xebia Corporate
  • Xebia France
  • Xebia India
  • Xebia Sweden

Categories

  • Java (311)
  • Agile (181)
  • General (136)
  • Scrum (67)
  • Architecture (64)
  • Testing (59)
  • Performance (46)
  • Middleware (56)
    • Deployment (38)
  • Xebia Labs (39)
  • SOA (31)
  • Podcast (31)
  • Project Management (28)
  • Tools (26)
  • Uncategorized (20)
  • lean architecture (20)
  • Quality Assurance (17)
  • Articles (13)
  • Requirements Management (13)
  • Virtualization (19)

Tag Cloud

    TDD Javascript Groovy agile architectuur ACT Scrum Grails Hibernate lean architecture SOA Xebia Ajax lean architectuur JPA implementation patterns Spring JPA Oracle Moving to India XML Eclipse Flex product owner Architecture Lean Maven Frameworks Agile Java Concurrency Control Scala

Archives

  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
Avatars by Sterling Adventures