Archive
Javascript libraries using JAX-RS implementations
Modern JavaScript libraries are very powerful and efficient. Most of the UI features that one needs in an Enterprise Application are offered by these libraries. This is the faster and easier way to develop applications without reinventing the wheel (with an expense of the fact that we don’t learn Javascript but we learn to use a library). We are talking about jQuery, Ext-JS, GWT/SmartGWT (output is DHTML), Dojo and some more. All these libraries have a lot of fan following and it is easy to get help, also there is a lot of documentation on web. You will find a lot of resources on web about the pros and cons of using the pure Javascript libraries, the point here is to use only Javascript library on client with RESTful Webservices. Why? Read more…
En resa i webservices
Nyligen så har jag experimenterat kring ramverk för webservices i Java-sfären med fokus på prestanda och enkelhet. I java-sfären finns mängder med olika ramverk, stora som små, som förenklar utvecklandet och den initiala konfigurationen för att skapa webservices. Som med alla ramverk så är det svårt att utropa något ramverk som bäst utan olika ramverk lämpar sig olika bra för olika situationer. Kort och gott så har jag koncentrerat mig på ramverk som implementerar JAX-WS eller JAX-RS. Read more…