Archive for the ‘Web’ Category

Firefox for Enterprises, from proposal to action

January 12th, 2012 by Christian Hilmersson

According to the Mozilla Blog, Firefox is about to be released in an enterprise version, with releases once every year instead of once every 6:th week.
The new version of the Firefox is called Firefox Extended Support Release or simply Firefox ESR. The intention is to provide security updates continously but let the web and add-ons [...]

Tags: , ,
Posted in Web | No Comments »

Changes to .attr() in JQuery 1.6.x

September 28th, 2011 by Christian Hilmersson

This is somewhat old news by now but during this summer I ran into some problems while trying to upgrade a big Javascript code base from JQuery 1.4 to 1.6. It seems that the step to JQuery 1.6 has been cumbersome not only for me but for a lot of JQuery users out there so [...]

Posted in JQuery, JavaScript, RIA, Web | No Comments »

RESTful with JAX-RS

June 3rd, 2008 by Pär Wenåker

I recently got the opportunity to do a spike on a RESTful web services interface and decided to use JAX-RS and the reference implementation Jersey to do the prototyping. The term REST was coined by Roy Fielding in his Ph.D. dissertation back in 2000. There is lot’s of material on the web regarding REST and [...]

Posted in Architecture, Web | No Comments »

Run your own application in Google’s cloud

April 14th, 2008 by Sofia Jonsson

This week, Google’s announcement of Google App Engine (GAE) got a lot of attention. The initial 10 000 test accounts ran out in a few hours.
With GAE you can run your own web application on Google’s infrastructure. Initially they support applications written in Python, but more languages are already considered for future versions. Data can [...]

Posted in Web | No Comments »

IDE Vendors catch up on use-case-level re-use

March 27th, 2008 by Johan Eltes

The vendors begin to ship tooling for the vision of re-usable “use-case components”! At Cadec 2007 and Cadec 2008 we talked about the value and challenges associated with modularization of web applications. A lot of projects we’ve been into, would have saved a considerable amount of time for developer- tester- and business resources if we [...]

Posted in Web | No Comments »

Adobe Flex finally goes Open Source

March 14th, 2008 by Björn Beskow

In April last year, Adobe announced that they planned to donate their Flex programming platform to Open Source. Some two weeeks ago, it finally happened.
Flex is a platform for Rich Internet Applications (RIAs) that runs on the Adobe Flash virtual machine. With AIR (Adobe Integrated Runtime), Flex applications can also run locally, as desktop applications.
I [...]

Posted in Open Source, RIA, Web | No Comments »

Facelets is coming in from the cold!

February 2nd, 2008 by Björn Beskow

Finally, it seems like Ed Burns, spec lead of JSF 2.0, has started to listen to the community (or at least he listened to Gavin King, according to his blog).
For several years, there has been a massive critique against using JSP as rendering engine for JSF (see this OnJava article for an example). The Facelets [...]

Posted in Java EE, Web | No Comments »

The Inter-Portlet Communication (IPC) Problem

January 28th, 2008 by Sofia Jonsson

Recently I joined my first portal project. Almost immediately we ran into the problem of inter-portlet communication (IPC). Version 1.0 of the portlet specification, JSR 168, doesn’t address any type of interaction between portlets. Since this is a very common requirement, the next portlet specification, JSR 286, is (almost…) all about IPC, with major new [...]

Posted in Web | 1 Comment »

DWR 2.0 släppt

September 26th, 2007 by Sofia Jonsson

Ajax-ramverket DWR har nu släppts i version 2.0, efter några månaders försening. Bakom DWR ligger Joe Walker, som talade om Ajax och DWR på ett av våra Callista Events i september förra året.
Reverse Ajax
Bland nyheterna finns bland annat stöd för så kallad “Reverse Ajax”, dvs möjligheten att från Java-kod på servern anropa JavaScript-kod på klienten. [...]

Posted in RIA, Web | No Comments »

Webramverkens dream-team

August 30th, 2007 by Johan Eltes

Här kommer mina baskrav på webramverk som ska rädda världen från överdrag i webprojekt.

Stödja modularisering
Flödesstyrning som klarar all slags browser-navigering
Flödesstyrning som hanterar underflöden (a’la modala dialoger)

Modularisering
Dialoger ska kunna implementeras och paketeras som löst kopplade moduler (jar-filer). En modul implementerar allt som behövs för en dialog. Det betyder att inga dialog-spcifika resurser ska behöva finnas web-appens [...]

Posted in Web | No Comments »