Syndicate content

orenf 31/01/2012 - 14:55
HTML5 is the hottest new advance in web technologies. The work on HTML5, which started in 2004 and...

  • When migrating your application from JBoss 4.x to JBoss 5.x, some problems might occur.
  • Below is a list of some of these possible problems.
elad 02/08/2009 - 09:31

Hello again,

 

This time I want to talk about localization (a.k.a. i18n).

As Flex developers, as I assume you already know, all you have to do is create a *.properties file (say Messages.properties) and in it define keys with localized values, like:

columnHeaderName=Name

 

Then, in the main application mxml, you would define the resource bundles:

	<mx:Metadata>
		[ResourceBundle("Messages")]
	</mx:Metadata>

 

And basically you're done. All you need to do to use it, is use the ResourceManager class to access the localized value of the key.

Simple stuff, right?

 

Not so with GWT...

sefi 29/01/2012 - 18:51

Recently, I had to create a custom component that does live filtering on data presented in a grid.

 

If you are reading this series, you probably know how this can be done in Flex. If you don't, a quick google search will probably point you in the right direction. Enough to say that in envolves a custom component to get the search criteria and a filter function on the grid's dataProvider ArrayCollection.

 

I was surprised this is relatively straight forward in GWT (using uiBinder and GXT 3.0)

sefi 15/01/2012 - 21:51

Kotlin is a language developed by JetBrains (who develop the Intellij Idea IDE). It aims to be an alternative to Java on the JVM and is developed so it will be easily supported by an IDE (obviously it will be supported by Idea very well)

ittayd 11/01/2012 - 07:41

Greeting ,

Just came on board Tikal (did not send yet a picture to lee)

 

I need a messaging queue implementation on tomcat

And I'm thinking of Jboss HornetQ.

 

Any one done it lately ?

 

Thanks,

Alon

alonm 09/01/2012 - 11:05

Recently I got a contribution from BeJay, one of IZWebFileManager users. It was 3 new language resource files: China, Czech  and Slovakia.

 

So by now IZWebFileManager supports 17 languages! Isn't it great?

 

Most recent release available for download from google code: http://code.google.com/p/izwebfilemanager/

 

IZWebFileManager is an open source project. You are welcome to contribute!

igorz 05/02/2012 - 08:22

 This ariticle give long and comprehensive look on Dart vs. JavaScript.

 

www.infoworld.com/d/application-development/first-look-google-dart-vs-javascript-179852

 

aviy 02/02/2012 - 23:23

How linkedin scaled their iPhone app by moving the server backend from RoR to node.js

ittayd 30/01/2012 - 17:01

 

With the introduction of the iPhone and Android Mobile devices a new medium was created. Touch-screens and smart mobile devices have created an historic technological revolution. These new devices are in the hands of millions of people all the time. With the mobile revolution, a new and unique opportunity has been created that companies can leverage to put their content into the hands of the masses.

 

However, the introduction of these new devices brought with it the creation of many new frameworks for creating content. Each mobile platform has it's own development and design techniques. With all these choices, companies have to choose carefully when picking what approach to take. The most important decision is picking between native development for each device or using one of the many open source options that use a write once deploy to many approach.

 

dov 30/01/2012 - 15:14

Alt.Net tools night are great for “getting to know” new tools and meet some outstanding fellow .Net (or other) programmers/professionals. Usually around 60 or so people come to these events and I think this is pretty impressive for a Google group that started out there in the wild.

On the last session of Alt.Net tools night (Jan 2012) I got so impressed by one of the sessions I decided to share it. Not that the other session where unimpressive, on the contrary, it’s just that this little tool is not something you see every day.

menny 29/01/2012 - 23:45