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
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
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
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
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:
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
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
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,
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
.. 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
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
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
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
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
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:
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
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
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
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
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
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
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?
> >
> >
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.
>
@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
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
>
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
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
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
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
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,
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
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
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-
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
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
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
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..
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
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 /
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 /
40 matches
Mail list logo