I was looking on the following question and would be interested how this might work in wicket 1.5:
Administrating internationalized wicket applications
Watch for updated properties in Wicket
Would be thankful for any help!
i18n in Wicket 1.5 (and 6.x, 7.x as well) is the same as in 1.4.
Related
Is there anyone who knows an alternative for the GWT Designer in Eclipse or maybe a good workflow to design UI’s?
The GWT Designer is no longer supported, since GWT version 2.7.
Thanks a lot!
For Native GWT there is nothing.
For GWT from other vendors
Vaadin -> https://vaadin.com/designer
GXT -> Nothing
I'm trying to work with GXT 3 widgets in the GWT designer, without success.
I successfully managed to use GXT 2.2 with the designer but when switched to GXT 3, it seems that resources and images are missing. this seems odd because there are no folders for resources and images in GXT 3. What's going on here?
I am using GXT 3.0 GPL and Eclipse Indigo 3.7
Check this related forum question: GWT Designer suport for GXT 3.0?
IMHO - It is very easy for Sencha to make money tweaking code a little bit to produce a next release and charge users for upgrade. Creating complex UI designer plug in for Ecliple / netbeans is not an easy money.
Overall: They are greedy and short-sighted.
Unfortunately, GXT team do not consider to support GWT designer for GXT 3.0. Google GWT Designer team also do not have any intention to support GXT 3.0 .. WYSWYG editor is just illusion for GXT 3.0 .. http://www.sencha.com/forum/showthread.php?170585-GWT-Designer-suport-for-GXT-3.0
GXT 3 is not compatible with the Google plugin For Eclipse, thus you won't be able to use the GWT Designer to manipulate GXT 3 widgets.
The Google plugin and GWT Designer are compatible only with GXT 2.2 and currently there are not active projects designated to provide support for GXT3, due to the GPE becoming an open-source. This is, in my opinion, a job for the sencha community.
I am thinking of developing a Ext GWT "GXT" 3.0 module that I need to embed to a GXT 2.x web application. Is it a good strategy to load a GXT module in a iframe. I mean, so I can develop the new module using GXT 3 and still "embed" the module in a GXT 2.x based web application. The application is quite big, so I don't think that there will be anyone in the project team that will be able to adapt to 3.0 just yet.
It is possible to run them together in the same project thanks to them using a different namespace.
http://www.sencha.com/learn/running-ext-gwt-2-and-3-together/
Also if you plan to convert your older GXT2.x modules to GXT3 there is a legacy module to help with the transition. See :
http://www.sencha.com/forum/showthread.php?197973-How-to-use-the-Legacy-module&p=787639&viewfull=1#post787639
First- I am not using the EAP version, which I understand has built-in support. This is not a viable option.
I am getting XML validation errors on simple things like HTML elements and ui:field="" attributes. What can i tell Idea to make it handle these things correctly? To my "Resources" settings, I already added the uibinder and client.ui XSD's, as well as gwt/DTD/xhtml.ent.
GWT is not supported in the Community Edition.
can anybody help me how to nice integrate doctrine 2.0 into ZF 1.10? I found some application resources, but there was no complete solution. Many thanks
You may try to setup it like described in this blog post about ZF & Doctrine 2.
Hope this suits your needs.
i litte late but there is new framework of frameworks for php. Its the zf-boilerplate, it contains, zf frame work 1.11.11, doctrine 2.1.2 and a lot of other nice bolt ons. Its fully integrated, google zf-boilerplate. Cheers
You're going to find it very difficult (I was going to say no chance, but that's me being a pessimist) - ZF 1.10 is dependent on PHP 5.2, Doctrine 2.0 is written from the ground up for PHP 5.3.
You'd be better off either using Doctrine 1.2, which is working fine with ZF 1.10, or waiting for the upcoming ZF 2.0 release (which may be some time yet).