#WebManager 9122 is available
#WebManager 9114 is available
#WebManager 9121 is available
#WebManager 9120 is available
#WebManager 9112 is available
We have been a heavy investor, user and proponent of the open standard OSGi and modularisation in general. The disruptive transition in the Enterprise Java world from the old, monolithic thinking to the new way of thinking modular is not a smooth one though, and takes time. Last week I visited OSGi Devcon in London, so this is a good opportunity to talk about the state of OSGi, and where the Java Enterprise industry is moving.
Quickly translate GX WebManager pages to 54 other languages with Google Translate
One of the WCB guidelines tells you to use the proper coding conventions and prescribes the use of CheckStyle with a GX-specific configuration file. One of the things this configuration file makes you do is prefix all member fields with the "my" keyword. When you do this in Eclipse and then use the "Generate Getters and Setters" tool, you'll get methods like getMyAdvice() if you're not careful.
New stuff you probably didn't even know you had!
For keeping code maintainable, it is wise to make a clear division between different tasks in a project. The GX WebManager architecture allows such separations to be made in a very clear way: using separate WCBs. However, in practice it might sometimes be difficult to decide in what way to split up functionality and how to keep the code connected. In this post I describe one way of keeping the code connected: the EventManagerService.
#WebManager 9111 is available
#WebManager 9110 is available
#WebManager 9102 is available!
#WebManager 9101 is available!
#WebManager 9100 is available
#WebManager 992 is available!
We all build WCBs, but do we build them right?
#GX #WebManager 991 is available
Some tips & tricks for the updated inline mode in GX WebManager 990
#GX #WebManager 990 is available
on Wednesday I visited the NAF Insight WEB 2.0 conference in Nieuwegein (The Netherlands) and also gave a short presentation about the technology in the WEB 2.0 era.
Where would the web be without links? Where would WCB programmers be without wm:link? What do we really know about wm:link? Read on and find out.
The new patch release 9.8.2 is available! #GX #WebManager
For years, GX has focused on delivering Web Content Management solutions, especially for large, high-traffic customer facing websites. This year, GX has started to emphasize the product roadmap and our marketing positioning more towards one of our strategic themes Traffic and Conversion. Let me provide some background on why we do this, and what this means for our product portfolio.
The new patch release 9.8.1 is available! #GX #WebManager
5 Spring pitfalls - The answers part 3
5 Spring pitfalls - The answers part 2
In the early days of WebManager 9, I did a content migration by reading data from a set of XML files and storing them in WebManager. That was a hell of a job! The last couple of weeks I’ve been doing about the same thing, but this time it was much easier. Why? We now have the Connector API and the Content API!