Pure GWT LiveGrid

2009-05-04 Thread Andrej Harsani

Searching for open source pure gwt LiveGrid.

LiveGrid is must if application needs to display big data sets
(>1000), it simply replace classic pager with grid slider which loads
and render data on demand.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: FastStringMap is not public class

2008-10-17 Thread Andrej Harsani

I'm talking about com.google.gwt.user.client.ui.FastStringMap - class
which is already in GWT...


On Oct 18, 1:16 am, kozura <[EMAIL PROTECTED]> wrote:
> Only a small subset of the Java library is emulated for use on the
> client side; 
> seehttp://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&t=RefJ
>
> You can use any library you desire for server-side code, but on the
> client everything has to be properly emulated to handle javascript and
> browser compatibility issues, so is limited to the above set.  The "4x
> better performance" might be true in Java, but does not correlate at
> all to how it might be implemented in js!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



FastStringMap is not public class

2008-10-17 Thread Andrej Harsani

Hi,
I want to use FastStringMap instead of HashMap, due to 4x better
performance. I have to copy this class, is there a reason why its
visibility is default?
thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Approximate release time for GWT 2.0

2008-10-08 Thread Andrej Harsani

Hi,
If all you need is "XLIFF", you are welcome to implement it into GWT.


On Oct 7, 8:04 pm, jbdhl <[EMAIL PROTECTED]> wrote:
> Can anyone give an estimate for when GWT 2.0 will be released? Will it
> be within a year? Or two years?
>
> I ask because we have decided to move our fairly large application to
> GWT as soon as the i18n-part becomes sufficiently mature and we need
> to know how to prioritize our resources. That is, we will perform the
> re-implementation when GWT supports XLIFF which is a standard for
> internationalization message exchange, but in contrast to property
> files XLIFF supports metadata. According to the issue tracker [1] GWT
> will support XLIFF from version 2.0. From release to release we need
> to provide our translators with information on which messages that
> have been added, deleted and modified similar to the information the
> translators are provided in gettext (which we currently use). This is
> easier accomplished with XLIFF.
>
> Regards
>
> References:
> [1]http://code.google.com/p/google-web-toolkit/issues/detail?id=2926
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT copy protection

2008-10-04 Thread Andrej Harsani

What is the reason of "copy protection"?

You can protect both content or application itself on server side.

I hope you don't need to protect client side of application - because
it is obfuscated and without server side useless.

Andrej

On Oct 4, 10:10 am, "rov.ciso" <[EMAIL PROTECTED]> wrote:
> Good day. I develop my GWT project. I want to do copy protection. When
> I upload my site to internet everybody can copy my GWT site. Do I have
> my site can not be copied?
> Can I do that, he worked only on my domain?
> Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT SITE? (example)

2008-10-03 Thread Andrej Harsani

check this out:
http://www.demo.qualityunit.com/pax4/merchants/

Andrej
www.gwtphp.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Troubles linking GWT and php server using JSon

2008-10-02 Thread Andrej Harsani

Hi,

I suggest to use your Apache (with configured php) instead of tomcat
running at port .

Open you module's *.launch file and use something like this:


"-noserver" is important

I hope this helps.

Andrej

On Oct 2, 8:50 pm, RamI <[EMAIL PROTECTED]> wrote:
> Pavel,
>
> I tried
> String url = "http://localhost:/com.op.Portail/authenticate.php?
> name=\'RamI\'&pwd=\'"+pass+"\'";
>
> but the result is the same :s
>
> RamI
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Timers - say no to it with IE

2008-10-02 Thread Andrej Harsani

in gwt 1.5 Timers works OK in IE7.

what IE and GWT version are you using?
could you post test case?

our application use Timers, you can check it here:

Andrej
http://www.gwtphp.com/

On Oct 2, 3:19 pm, Ivan <[EMAIL PROTECTED]> wrote:
> Hello everybody,
>
> I have encountered one problem:
>
>  it's well known that there's a Timer class:
> com.google.gwt.user.client.Timer
>  and of cource it is not a secret that it works in Firefox, Opera, and
> Google Chrome
>  without any problems,
>
> but what's about Internet Explorer ?
>
> Well, the answer is unfortunately - no!
>
> Does anybody have an idea how it is possible to run this function in
> IE?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---