Apache Wicket and Ajax PUSH - wicket

do you know some "cool" java library for Apache Wicket, which be able to do Ajax PUSH? I watched for some solution on the Wicket pages, but it looks like there is nothing :-( There is some ICE Wicket PUSH project (ICEfaces), but alpha version only... I need some simple and stable solution :-)
Thank you for advice.

https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/push-parent-jdk-1.5
https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/push-parent-jdk-1.6
https://github.com/martin-g/wicket-atmosphere-tests

Related

SVN integration for Flash Builder 4 NOT Subclipse

I'm looking for a good SVN plugin for Adobe Flash Builder 4 that is NOT subclipse, since I am currently working with subclipse on my setup and it is quite terrible in every way.
Any and all help is appreciated.
I think subclipse is good, if you donot like it, Maybe you can find more plugin here:
http://marketplace.eclipse.org/taxonomy/term/15/favorites

What framework was used to build the new Windows Github application?

Github recently released a new Windows application, with some very interesting UI ideas. Does anyone know what UI framework was used to build this?
Have you seen this? Looks like that UI used by GhfW is called Metro-ui. This keyword can be useful.

A sample gwt project using requestFactory, activites and places

Links to any sample gwt project using requestFactory, activites and places?
Thank you.
I found this post from David Chandler very helpful. It discusses a sample project (source code here) using Request Factory, Objectify and Activities and Places.
The project is also discussed in this Google I/O talk. The difference from the original project is that in the talk they use GWTP for the MVP part. You should check out GWTP also as it really simplifies developing with MVP.
My experience with the roo plugin for GWT and GAE wasn't very good. It wasn't very mature when I looked at it (around March 2011), but maybe things have changed since then. For example you had to compile from trunk, as the latest stable version had some bugs, and even then a many to many relation between entities wasn't supported. Documentation was kind of scarce also.
The MobileWebApp sample from the GWT SDK ?
http://code.google.com/p/google-web-toolkit/source/browse/tags/2.4.0/samples/mobilewebapp/

Eclipse RCP - good Eclipse Forms tutorial/resource

I'm looking for resources to learn how to use effectively Eclipse forms within an Eclipse RCP application. I was trying to use the newest SWT Window Builder plugin on Indigo but building forms this way doesn't really work for me eg. cannot put anything inside expandable composite etc. (I have Swing background with Netbeans designer) and I'm new to SWT.
All I can find so far is this quite old tutorial from 2005.
Any help, point to good tutorial/book/source code sample will be highly appreciated.
I've found http://www.vogella.de/ to be invaluable.
Not much changed actually since the old 2005 tutorial so it's still very usable.
Check these out in addition too:
Eclipse Forms: New in 3.3
DeveloperWorks article on making forms Web-like
Cheers,
Max
I've also got the hint to start with vogella but after the first 2 topics I realized It's to hard to start with.
What helped me much more was to create each example/sample project and look for the source. Once you understood how all works you can lookup at vogella what you exactly need.

Eclipse interface used in other Application

I'm looking for some stuff that learn how use Eclipse IDE interface in my own application.
Someone know how? I couldn't find something abou it. Tips
Thanks
You are probably looking for the Eclipse Richt Client Platform. You might want to start here: http://wiki.eclipse.org/Eclipse_RCP_How-to