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
-~--~~~~--~~--~--~---



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: 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-5t=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
-~--~~~~--~~--~--~---



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: 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
-~--~~~~--~~--~--~---



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:
stringAttribute key=org.eclipse.jdt.launching.PROGRAM_ARGUMENTS
value=-out www com.op.Portail/{module}.html -noserver -port 80/

-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
-~--~~~~--~~--~--~---