[gwt-contrib] Framework naming question

2009-12-17 Thread Tóth Imre
Hi All!

Within a few weeks I gonna release a framework. I would nami ie
GWTFromALLIn, or just Simple FormALLIn. Because I have written it completely
for developing  GWT applications I would use the first mentioned. Do you
think is it a problem, or legal?

Maybe a good question, maybe not.

tnx

Best Regards
Tóth Imre

Save a tree...Think before you print


Sent from Debrecen, HB, Hungary

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Gwt 2.0 unittest problem

2009-12-11 Thread Tóth Imre
I have few unittests, and some tests would not run, the message is the
following.

Remote test failed at 127.0.1.1 / Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

java.lang.RuntimeException: Remote test failed at 127.0.1.1 / Mozilla/5.0
(Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208
Firefox/3.0.1
at com.google.gwt.junit.JUnitShell.processTestResult(JUnitShell.java:1083)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1203)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1104)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:523)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:406)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:282)
at com.google.gwt.user.client.ui.UIObject.setHeight(UIObject.java:607)
at com.google.gwt.user.client.ui.UIObject.setSize(UIObject.java:636)
at
com.formallin.components.easyform.input.panel.rte.PanelInputRichText.rte(PanelInputRichText.java:43)
at
com.formallin.components.easyform.input.panel.rte.PanelInputRichText.(PanelInputRichText.java:24)
at
com.formallin.components.easyform.input.InputFactory.getInput(InputFactory.java:64)
at
com.formallin.components.easyform.wrapper.FormWrapper.loadLimForm(FormWrapper.java:49)
at
com.formallin.components.easyform.wrapper.panel.FormWrapperPanel.loadLimForm(FormWrapperPanel.java:292)
at
com.formallin.components.easyform.wrapper.panel.FormWrapperPanelMap.loadLimForm(FormWrapperPanelMap.java:35)
at
com.formallin.components.easyform.wrapper.table.FormWrapperTablePanel.loadLimForm(FormWrapperTablePanel.java:48)
at
com.formallin.components.easyform.wrapper.table.FormWrapperTable.prepareForm(FormWrapperTable.java:181)
at
com.formallin.components.easyform.wrapper.table.FormWrapperTable.addForm(FormWrapperTable.java:58)
at
com.formallin.components.easyform.wrapper.table.FormWrapperTable.show(FormWrapperTable.java:328)
at
com.formallin.components.easyform.wrapper.table.FormWrapperTableTest.testInsertForm(FormWrapperTableTest.java:221)
at
com.formallin.components.easyform.wrapper.table.__FormWrapperTableTest_unitTestImpl.doRunTest(__FormWrapperTableTest_unitTestImpl.java:13)
at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:206)
at com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:137)
at com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:366)
at com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:295)
at com.google.gwt.junit.client.impl.GWTRunner.access$9(GWTRunner.java:289)
at
com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:105)
at
com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:1)
at
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:216)
at
com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:287)
at
com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:393)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
at
com.google.gwt.dev.shell.BrowserChannel.reactToMessagesWhileWaitingForReturn(BrowserChannel.java:1713)
at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:165)
at
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:195)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
at
com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:1668)
at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
at java.lang.Thread.run(Thread.java:619)
*
*
It was perfect with the 1.7.1
Any ideas?


Best Regards
Tóth Imre

Save a tree...Think before you print


Sent from Debrecen, HB, Hungary

--

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-tool...@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.




compile error

2009-06-17 Thread Tóth Imre
I migrated my gwt 1.5 project to 1.6.3, at first everything looked bright, I
was able to compile run in hosted mode, and so on.
But suddenly a few hours later to my success things gone wrong, the project
was not able to be compiled allways gives an error like this:
-
Compiling module com.gwt.itsh.ZetGwt
   [ERROR] Unexpected internal compiler error
java.lang.StackOverflowError
at
java.util.concurrent.ConcurrentHashMap$Segment.get(ConcurrentHashMap.java:338)
at
java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:769)
at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:268)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1106)
at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
.
.
.
.
.
-

It runs in hosted mode, and creates a 'compilation' to boot up the project,
but It is not for simple browsers

Please tell me what did I wrong?

Thanx

Best Regards
Tóth Imre

--~--~-~--~~~---~--~~
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: gmail fall back to plain html run on server side

2009-06-17 Thread Tóth Imre
Maybe you should run two semi-parallel development?

Best Regards
Tóth Imre

Save a tree...Think before you print




2009/6/17 Arthur Kalmenson arthur.k...@gmail.com


 That's a difficult question and ties in with Search Engine
 Optimization. One of the best suggestions I've heard is to use your
 main panel's toString() to get the HTML and create a static page from
 that. I was thinking abou this issue and I'm not sure if it's possible
 or not, but I could see creating a linker or generator to create this
 on each compile.

 --
 Arthur Kalmenson



 On Mon, Jun 15, 2009 at 12:53 AM, asianCoolzsecond.co...@gmail.com
 wrote:
 
  when using browser that do not support javascript, gmail will able to
  run in plain html on server side. how to do similar with existing gwt
  app ?
  
 

 


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

2009-06-17 Thread Tóth Imre
I compile it from the eclipse, where should i write it?
(I click to the little red icon at the left top, and at the Additional
compiler arguments does not accept it of course. )

So my question is how should i give it to the jvm that runs the compiler?


Thanx

Best Regards
Tóth Imre




2009/6/17 Paul Robinson ukcue...@gmail.com


 Increase the available stack space by adding an argument like -Xss8M
 to your java compiler/hosted moded process

 Tóth Imre wrote:
  I migrated my gwt 1.5 project to 1.6.3, at first everything looked
  bright, I was able to compile run in hosted mode, and so on.
  But suddenly a few hours later to my success things gone wrong, the
  project was not able to be compiled allways gives an error like this:
  -
  Compiling module com.gwt.itsh.ZetGwt
 [ERROR] Unexpected internal compiler error
  java.lang.StackOverflowError
  at
 
 java.util.concurrent.ConcurrentHashMap$Segment.get(ConcurrentHashMap.java:338)
  at
  java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:769)
  at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:268)
  at
  java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1106)
  at
 
 java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
  at
  java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
  at
 
 java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
  at
  java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
  at
 
 java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
  .
  .
  .
  .
  .
  -
 
  It runs in hosted mode, and creates a 'compilation' to boot up the
  project, but It is not for simple browsers
 
  Please tell me what did I wrong?
 
  Thanx
 
  Best Regards
  Tóth Imre
 
 
 
 
  

 


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

2009-06-17 Thread Tóth Imre
Best Regards
Tóth Imre

Save a tree...Think before you print




2009/6/17 Thomas Broyer t.bro...@gmail.com




 On 17 juin, 12:12, Paul Robinson ukcue...@gmail.com wrote:
  Increase the available stack space by adding an argument like -Xss8M
  to your java compiler/hosted moded process

 See also http://code.google.com/p/google-web-toolkit/issues/detail?id=3510

 @Tóth Imre: er, why 1.6.3, why not 1.6.4 ?

ehh, disinformation it is 1.6.4 :)


 


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

2009-06-17 Thread Tóth Imre
Tnx for te answers , the problem is solved...


Best Regards
Tóth Imre

Save a tree...Think before you print




2009/6/17 Thomas Broyer t.bro...@gmail.com




  Tóth Imre wrote:
   I compile it from the eclipse, where should i write it?
   (I click to the little red icon at the left top, and at the
   Additional compiler arguments does not accept it of course. )
 
   So my question is how should i give it to the jvm that runs the
 compiler?

 Er, in the VM arguments box just below the Additional compiler
 arguments ? (maybe this is only in the 1.0.1 release of the plugin,
 so you might have to update)
 


--~--~-~--~~~---~--~~
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: FF vs IE, when dealing with Lists

2009-02-26 Thread Tóth Imre
,
 Alexey_Tsiunchikmailto:
 alexey.tsiunc...@gmail.com
 



-- 
Best Regards
Tóth Imre

--~--~-~--~~~---~--~~
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: Design Question Regarding GWT

2009-02-15 Thread Tóth Imre
2009/2/14 avivg avi...@gmail.com


 Hello,

 I'm a GWT newbie. I've read the GWT docs and played with the samples,
 but still i have some basic questions about how to design and use GWT
 in a web app:

 1) GWT communicates asynchronously with a server. When a GWT
 application loads, i would like to be able to display some initial
 data without going back to the server (after all, we've just been
 there:). How/where can i pass some initial data and what method do i
 use to feed it to GWT? (instead of making a (redundant) asynchronous
 call for the data immediately when the app first loads)

You can pass  data into your gwt app as js variables, form,maybe hidden
variables, url parameters, and so on.


 2) I would like to use GWT with a JSON capable server (php, django
 etc). My question is, what is the best way to use GWT? Should i use
 GWT to code the entire website? Should i use a single GWT app to deal
 with the entire site or do i break small pieces of functionality to
 small GWTapps? Or the other extreme: just use GWT to implement tiny JS
 widgets combined with a traditional template rendering oriented
 website (eg php). What is the common usage model?

It as a matter of tasta, and advance in gwt, and the borders of your
application:)
At firs try to make same finctional widgets, and go on.



 3) WRT #2: How would you recommend implementing user login and
 registration functionality using GWT+JSON?
   a) Using GWT as an AJAX widget to spice up a php/django form
   b) Implement a GWT app specific to registering / login users,
 leaving other website functionality to other GWT apps
   c) Implement user functionality using GWT into a single app
 containing the entire website functionality.

I think (a.) will good for you, and will be fun.
-- 
Best Regards
Tóth Imre

--~--~-~--~~~---~--~~
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: GWT 1.6 works on 64 bits?

2009-02-15 Thread Tóth Imre
As far as i know gwt, and js is bit independent:) If you have a browser on a
64 bit machine that supports a js engine and gwt supports that:)
it will work, so bravely i can say that the current gwt support it aswell.

2009/2/15 anderson...@gmail.com anderson...@hotmail.com


 Hi.

 We all want to know, GWT 1.6 works on 64 bits?

 Thank you.

 Best Regards;

 



-- 
Best Regards
Tóth Imre

--~--~-~--~~~---~--~~
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: Strange Dev Shell problem

2008-12-11 Thread Tóth Imre
Maybe the question is too easy, or strange?

2008/12/10 Tóth Imre tothi...@gmail.com

 Hi all!
 I am struggling with the Development Shell becouse it cant show me the
 exeptions.
 i run it from eclipse with the following argumnets:
 -logLevel ALL  -noserver -whitelist .   -out www
 http://localhost/scheduler/index.html
 My shell gives me indormations,  what is the most important. it cannot
 show it to me

 I'v deleted the bin directory too..

 any ideas?

 --
 Best Regards
 Tóth Imre




-- 
Best Regards
Tóth Imre

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



Strange Dev Shell problem

2008-12-10 Thread Tóth Imre
Hi all!
I am struggling with the Development Shell becouse it cant show me the
exeptions.
i run it from eclipse with the following argumnets:
-logLevel ALL  -noserver -whitelist .   -out www
http://localhost/scheduler/index.html
My shell gives me indormations,  what is the most important. it cannot
show it to me

I'v deleted the bin directory too..

any ideas?

-- 
Best Regards
Tóth Imre

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