Re: New computer for compiling gwt

2011-08-14 Thread Jan Mostert
MacBook Pro 15" with 2.2GHz (i7 quad core), 8GB RAM and SSD flies through the compiles -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sun, Aug 14, 2011 at 4:58 PM, Navindian wrote: > I am also looking for a new laptop with 8 gb ram.. > My requirements: > > 1.GWT 2.3 > 2. Spring 3.0 > 3

Re: Vaadin always causes out of memory exception

2011-05-21 Thread Jan Mostert
What is the exact error message? -- Jan Vladimir Mostert BEngSci MyCee Technologies On Fri, May 20, 2011 at 10:21 PM, Andigator wrote: > I wanted to check out certain Vaadin Widgets after reading about it > the GWT blog. However, I can't even add it to my inherits list on the > xml without

Re: GWT Eye Candy - good looking widgets

2011-05-21 Thread Jan Mostert
Looking good! A good place to find a close to complete list of possible icons would be the silk icon library. Most of the icons look crappy, a rework is definitely in order! Don't know if you've seen the Vaadin themes: http://demo.vaadin.com/sampler (also based on GWT), that kind of look and feel

Re: GWT in Action, 2nd Edition Early Access Addition is Available for Purchase

2011-05-08 Thread Jan Mostert
s it is for >> GWT-RPC. >> >> -- Brian >> >> >> On Sun, May 8, 2011 at 5:27 AM, Jan Mostert wrote: >> > When will this book be in print? >> > Part III looks promising! >> > >> > >> > -- >> > Jan Vladimir

Re: GWT in Action, 2nd Edition Early Access Addition is Available for Purchase

2011-05-08 Thread Jan Mostert
When will this book be in print? Part III looks promising! -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sat, May 7, 2011 at 7:42 PM, wil.pannell wrote: > Sorry...bad link...here's the correction: > > http://www.manning.com/tacy/ > > On May 7, 1:39 pm, "wil.pannell" wrote: > > http:

Re: GWT 2.3 + PHP

2011-05-08 Thread Jan Mostert
I've personally implemented a GWT frontend on a PHP backend using JSON to pass data back and forth between the server. GWT makes provision for a large array of methods to connect to the backend, RPC is just the most convenient way of doing it. -- Jan Vladimir Mostert BEngSci MyCee Technologies

Re: GWT URLs with # don't work with IE7

2011-04-13 Thread Jan Mostert
What does your index.html page look like? There's some iFrame magic that needs to be done for history to work in IE This is what I use in one of my applications: -- Jan Vladimir Mostert BEngSci MyCee Technologies On Wed, Apr 13, 2011 at 7:33 PM, Roy wrote: > Hello, > > There seem to be a kn

Re: Switching an image by using "OnMouseOverHandler"

2011-04-05 Thread Jan Mostert
Another vote for the pushbutton, just remember to clear its style, otherwise its default style will be underneath your images. Pushbutton supports mouse-over, mouse-down (in the constructor) and mouse-up (also in the constructor) -- Jan Vladimir Mostert BEngSci MyCee Technologies On Tue, Apr 5,

Re: Vertical Tab Bar

2011-04-03 Thread Jan Mostert
As far as I'm aware, there's only a horizontal tab panel, building a vertical one with a vertical panel and labels can easily be accomplished. -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sat, Apr 2, 2011 at 2:36 AM, New GWT User wrote: > Hi > > I am new to GWT, Trying to get hands di

Re: GWT + MVP + Spring + Hibernate

2011-04-03 Thread Jan Mostert
.. and that would be better to start directly with Roo maybe? > > > > > 2011/4/3 Ashton Thomas > >> this repo has gwt mvp spring but uses mybatis so no Hibernate: >> https://github.com/ashtonthomas/beans >> >> >> On Apr 3, 1:27 am, Jan Mostert wrote

Re: "wait" cursor when calling RPC

2011-04-02 Thread Jan Mostert
Setting the cursor is not the best design pattern for RPC calls, what if you have 10 widgets all making RPC calls, will each of them try to set and unset the cursor? Also expect some quirkiness between browsers if you set the cursor via the DOM. This is probably a better solution, show and hide so

Re: GWT + MVP + Spring + Hibernate

2011-04-02 Thread Jan Mostert
Spring Roo will integrate all that stuff for you. -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sat, Apr 2, 2011 at 11:14 AM, Zaur Guliyev wrote: > Hello, > > I'm newbie in GWT and as well as to Spring, Hibernate and MVP > framework. Is there any tutorial or project example on which I

Re: GWT 2.3 / Whats New

2011-04-02 Thread Jan Mostert
Happy to see formal support for IE9, gone are the days when you have to spend ages to update all your applications every time a new browser / version tags along :-) On Sat, Apr 2, 2011 at 12:10 AM, Thomas Broyer wrote: > http://code.google.com/p/google-web-toolkit/issues/list?can=1&q=mileston

Re: Run external exe in gwt server-side

2011-03-09 Thread Jan Mostert
Compiled GWT code runs clientside, on the serverside (which can be anything from python, java, php, ...) you can run almost anything if you have the permissions to do so and if it's supported on that platform. -- Jan Vladimir Mostert BEngSci MyCee Technologies On Wed, Mar 9, 2011 at 1:32 PM, tr

Re: GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-02 Thread Jan Mostert
GWT-graphics supports IE6 via VML and renders everything else via Vector Supported browsers The library has been tested to work with the following browsers: - Internet Explorer 6 and newer - Firefox 3.0 and newer - Safari 3.2 and newer - Opera 9.6 and newer - Google Chrome http:

Re: How to make GWT pages search engine friendly?

2011-02-24 Thread Jan Mostert
hashbang and hijax Hashbang will only work on Google though. -- Jan Vladimir Mostert BEngSci MyCee Technologies On Fri, Feb 25, 2011 at 6:13 AM, Kurtt wrote: > I want to add automatically hidden sub-menus in my page, and do this > with GWT, thus they are actually embedded in the js files. Ho

Re: Diagramming Using GWT?

2011-02-16 Thread Jan Mostert
Have a look at the GWT graphics library, vector graphics would be the best way to go. http://code.google.com/p/gwt-graphics/ gwt-g2d is another alternative. -- Jan Vladimir Mostert BEngSci MyCee Technologies On Wed, Feb 16, 2011 at 9:06 PM, Dilkington wrote: > I have just been checking out

Re: CssResource compilation problem

2011-02-16 Thread Jan Mostert
Maybe selectedTabCenter is out of scope here or doesn't have a value at compile time yet? -- Jan Vladimir Mostert BEngSci MyCee Technologies On Wed, Feb 16, 2011 at 10:54 PM, pete wrote: > Hallo, > > I have a problem with some ClientBundle / CssResource I try to > declare. > > In my ClientBun

Re: how to remove the vertical bar in the listbox

2011-02-16 Thread Jan Mostert
I was going to suggest adding some CSS to it: *overflow-y:hidden; *but that doesn't appear to work on my side. The one in the docs is created outside ui:binder and appears to be without the vertical scrollbar http://www.gwtapps.com/doc/html/com.google.gwt.user.client.ui.ListBox.html [image: ListBo

Re: GWT debuggin in Chrome - why is so slow?

2011-02-02 Thread Jan Mostert
A DockLayoutPanel is being used in the generated scaffold, which means that if it's breaking in IE when using transitional (as mentioned in the docs), the generated scaffold will not work properly in IE. On Wed, Feb 2, 2011 at 10:00 PM, Jeff Larsen wrote: > There isn't a requirement to use la

Re: GWT debuggin in Chrome - why is so slow?

2011-02-02 Thread Jan Mostert
Thanks Jeff, this will save me plenty of headaches later this year when I deploy my app, the default generated by Spring Roo uses transitional even though the docs explicitly says that the doctype should be Is this something that I need to log with GWT or with the Spring guys? The GWT 2.0 layout

Re: How to setup multiple database connections: JPA, Hibernate, Spring, Lucene and GWT

2011-02-02 Thread Jan Mostert
Thanks Jeff, will remember for when I need it :-) On Wed, Feb 2, 2011 at 8:23 PM, Jeff Schwartz wrote: > Sharding > On Feb 2, 2011 1:04 PM, "Jan Mostert" wrote: > > Sounds interesting! > > What would be a typical use-case for multiple databases? > > > >

Re: GWT debuggin in Chrome - why is so slow?

2011-02-02 Thread Jan Mostert
Is that for all layout panels (the simple ones like horizontal and vertical panel included) or just specific ones that fall under the more comlex layout panels like DockLayout? On Wed, Feb 2, 2011 at 8:36 PM, Jeff Larsen wrote: > Transitional doctype won't work if you're using *LayoutPanels. >

Re: GWT debuggin in Chrome - why is so slow?

2011-02-02 Thread Jan Mostert
@Edson, what operating system are you using out of curiosity? I take it the debug mode you're talking about is "development mode"? I've been using the development mode plugin in Chrome in both Gentoo Linux and Kubuntu since December 2010, before that I was having problems as well - maybe upgrade yo

Re: How to setup multiple database connections: JPA, Hibernate, Spring, Lucene and GWT

2011-02-02 Thread Jan Mostert
Sounds interesting! What would be a typical use-case for multiple databases? -- Jan Vladimir Mostert BEngSci Mail: j...@mycee.com MyCee Technologies On Wed, Feb 2, 2011 at 7:09 PM, isolanet wrote: > Hi to all community members! > I'd like to share with you my OSS project that explain how to >

Re: GWT webapp into an IFRAME

2011-02-02 Thread Jan Mostert
One of my apps is running on facebook, facebook uses an iFrame to display the application (if you're not using FBML), so yes, it does work. On Wed, Feb 2, 2011 at 6:02 PM, aditya sanas <007aditya.b...@gmail.com>wrote: > hi, > yeah ofcourse it will work > i have implemented it in my projects but

Re: Considering using Google Accounts for authentication. Good idea?

2011-02-01 Thread Jan Mostert
sion to Google Accounts. > > > On Tue, Feb 1, 2011 at 10:19 AM, Jan Mostert wrote: > >> Spring Security should take care of most of those requirements since it >> already has openID support built in, but that will require authentication to >> happen outside your GWT

Re: Image handling using ClientBundle

2011-02-01 Thread Jan Mostert
Your path is wrong, it should be relative to file where you import the image eg: main/java/com/myproject/client/scaffold/ui/widget/somecomponent.ui.xml and the image is located in main/java/com/myproject/client/style/images/Universal-frame_mod_tl.png That @Source should probably have a path of

Re: Considering using Google Accounts for authentication. Good idea?

2011-02-01 Thread Jan Mostert
Spring Security should take care of most of those requirements since it already has openID support built in, but that will require authentication to happen outside your GWT application (I'm a bit paranoid exposing my javascript if people aren't authenticated) and if you really need the login to be

Re: How to Display a Loading message when transitioning between Activities and Places ?

2011-02-01 Thread Jan Mostert
I haven't done this myself, but I've seen it being done with the generated scaffold in Spring Roo. Generate a sample application using Spring Roo using the provided sample script and the output code should have a working example for you. Will have a look for you later tonight if you don't manage,

Re: Help, UIBinder and mixed mode HTML

2011-02-01 Thread Jan Mostert
Maybe post the code that you use to bind the component, problem is most likely there. -- Jan Vladimir Mostert BEngSci Mail: j...@mycee.com MyCee Technologies On Tue, Feb 1, 2011 at 10:20 AM, John Gentilin wrote: > I have a UIBinder file that specifies a HTMLPanel that contains a mix > of pla

Re: How to Display a Loading message when transitioning between Activities and Places ?

2011-01-31 Thread Jan Mostert
Simply take a div that says loading, when you start the transition, set its css style to be visible and when you're done with the transition hide it. On Tue, Feb 1, 2011 at 7:40 AM, zixzigma wrote: > it is a common practice to display a "Loading" message/icon > when we have an operation that p

Re: Export CellTable's selected rows into a csv file

2011-01-31 Thread Jan Mostert
I'm assuming you're using a JAVA backend hence the RPC? Which one are you using if I may ask? You'll need to set the mimeType in the header you're sending, saw a topic on Stack Overflow some time ago, have a look at this: http://stackoverflow.com/questions/2244892/setting-content-type-in-java-for-

Re: GWT intégration with Joomla 1.5

2011-01-31 Thread Jan Mostert
I think you'll need to do something like RootPanel.get('div-name').add(myWidget) -- Jan Vladimir Mostert BEngSci Mail: j...@mycee.com MyCee Technologies On Mon, Jan 31, 2011 at 11:12 PM, panda wrote: > To be more precise, I would like to make my GWT application displaying > on a div pre-defi

Re: Spring ROO GWT with GIN injection on widgets created by ui:binder.

2011-01-31 Thread Jan Mostert
It feels like I'm working in circles, one module needs something from another module and that one needs stuff from another module etc etc etc Here's my updated code using the container method: *RorPresenter.java* * * > public class RorPresenter { > private RorView view; public void set

Re: Spring ROO GWT with GIN injection on widgets created by ui:binder.

2011-01-31 Thread Jan Mostert
I'm not sure which MVP framework I'm using, I'm basically using whatever framework is being generated by Spring ROO after using the "gwt setup" command and since this is my first time using GWT since pre version 1.5, I'm pretty lost. That would probably work under normal gwt, but the component nee

Re: GWT + JSP = AdSense-Content?

2011-01-31 Thread Jan Mostert
4 PM, Johannes Stein < johannes.st...@googlemail.com> wrote: > So you think this could be a possibility to get pages understand by > AdSense? > We need content-related ads, thats why im asking for that. > > Another Solution could be stop developing with gwt an use JSF > instead..

Re: GWT + JSP = AdSense-Content?

2011-01-31 Thread Jan Mostert
I'm currently bootstrapping a GWT application with a JSPX page, the pages I want to have indexed are pure JSPX pages, the backend page is a JSPX page with GWT widgets being placed inside divs. It won't be much slower than a regular JSPX page, except for the GWT-javascript that needs to be loaded wi

Re: Spring ROO GWT with GIN injection on widgets created by ui:binder.

2011-01-31 Thread Jan Mostert
Hi Jeff, how and where do I need to retrieve the view from the presenter and does the binding happen automatically when I do that? Do you perhaps have a sample snippet of code that will make the binding happen? Those clickHandlers I'll clean up after I got this simple prototype working (this GIN /

Re: Spring ROO GWT with GIN injection on widgets created by ui:binder.

2011-01-31 Thread Jan Mostert
Hi Jeff, how and where do I need to retrieve the view from the presenter and does the binding happen automatically when I do that? Do you perhaps have a sample snippet of code that will make the binding happen? Those clickHandlers I'll clean up after I got this simple prototype working (this GIN /