Re: Use hosted mode existing tomcat server and not with embadded jetty server

2011-01-30 Thread tarik ghallab
Hi,
Thanks for your response after making some analys of situation i come to the
result that i dont need to my own server, because i need just i servelet
contner and i will work in new application. So i decided to use just jetty
speed up the developpment. Iprefer to use jetty Y2i and Ben Imp for your
help :)

2011/1/28 Y2i yur...@gmail.com

 Following those instructions will allow debugging client side only, and
 they require often recompilation of the project which slows down the
 development.  After going through that approach I finally migrated to Jetty
 and have no regrets.

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
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 project layout question featuring git, maven and 100 developers

2011-01-18 Thread tarik kandil
Are you interested to have someone in your team who has experience in GWT?

I am really interested to work with you. Can you give me your email? Thank
you.

On Tue, Jan 18, 2011 at 4:39 PM, Raphael André Bauer 
raphael.andre.ba...@gmail.com wrote:

 Hi,


 we are currently on the way creating the project infrastructure for a
 larger GWT project.
 The specs are:
 - git
 - Maven (using gwt-maven-plugin)
 - around 100 developers

 My question is now: What are your recommendations setting up such a
 large project and making teams productive?

 1. I could think of one pom.xml with many gwt.xml modules. Cool:
 Simple testing and debugging and deploying.
 2. But: Separating the gwt.xml modules into separate pom.xml is cool
 as well. But there seem to be some drawbacks: Running and debugging
 across the module boundary (developing on two modules at the same
 time). But - of course the versioning is much nicer.

 Regarding 2) Should we use one git repository or one repository for each
 module?


 I know there might be no definite answer on this. But I am sure there
 are many people out that already have experience setting up larger GWT
 projects. Can you recommend any best practices?



 Thanks!

 Cheers,


 Raphael

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Tarik Kandil
Consultant Informatique

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



Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik
Dear Sir,
We are developing an application using GWT, this application is very
heavy of widgets, we are using a datatable that is developed in
JQuery. We are suffering from a big memory leak. I did not find yet a
way to resolve this problem can anyone help me please. The problem we
have is that the memory on the hosted machine keeps increasing all the
time. Can you please propose anyway to decrease the consumption of
memory on my application? Please it is an urgent matter.
nd
help!

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



Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik kandil
when I am testing my application on IE6, the problem that I find, is that
the memory consumption keeps increasing. The same thing for Firefox.
Besides, I apologize because my web application is running but once  I click
too many times the memory increases and it crashes. Can you please tell me
how I can fix this? Thank you in advance. I am using a data table that has
been developed in JQuery. And it seems that when I go to another page My
application still references the same datatable. I want to know if there
exist a way to delete all the doms and divisions that every time I create my
table. If there exist any methods that I can add on the unload method when I
detach my widget. Honestly it is an urgent matter, can you help me please?
Thank you.

On Tue, Jul 6, 2010 at 1:16 PM, Daniel Le Clere daniel.lecl...@gmail.comwrote:

 Use the new data table widget in gwt 2.1 M2

 On Jul 6, 10:40 pm, metrixon metri...@gmail.com wrote:
  First of all: DON'T PANIC - the possibility of a good answer does
  not correlate with the number of exclamation marks used in the subject
  or text.
 
  Now concerning your problem:
  your problem description is very vague - essentially you are saying:
  my application does not work - tell me how to fix it. If the memory
  consumption increases on the machine that is hosting your application,
  the problem has nothing to do with GWT at all, since all the
  javascript code is generated at compile time and executed on the
  client side (in the browser).
  Your description indicates that your server side code is leaking
  memory. The best way to fix this problem is to thoroughly analyse your
  application's runtime behaviour by profiling the application with
  tools like JProfiler, Yourkit or the NetBeans Profiler.
 
  On 6 Jul., 11:12, tarik tarikkan...@gmail.com wrote:
 
 
 
   Dear Sir,
   We are developing an application using GWT, this application is very
   heavy of widgets, we are using a datatable that is developed in
   JQuery. We are suffering from a big memory leak. I did not find yet a
   way to resolve this problem can anyone help me please. The problem we
   have is that the memory on the hosted machine keeps increasing all the
   time. Can you please propose anyway to decrease the consumption of
   memory on my application? Please it is an urgent matter.
   nd
   help!

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Tarik Kandil
Consultant Informatique

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



Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik kandil
Can you tell me the name of the new datatable in this version? thank you

On Tue, Jul 6, 2010 at 1:16 PM, Daniel Le Clere daniel.lecl...@gmail.comwrote:

 Use the new data table widget in gwt 2.1 M2

 On Jul 6, 10:40 pm, metrixon metri...@gmail.com wrote:
  First of all: DON'T PANIC - the possibility of a good answer does
  not correlate with the number of exclamation marks used in the subject
  or text.
 
  Now concerning your problem:
  your problem description is very vague - essentially you are saying:
  my application does not work - tell me how to fix it. If the memory
  consumption increases on the machine that is hosting your application,
  the problem has nothing to do with GWT at all, since all the
  javascript code is generated at compile time and executed on the
  client side (in the browser).
  Your description indicates that your server side code is leaking
  memory. The best way to fix this problem is to thoroughly analyse your
  application's runtime behaviour by profiling the application with
  tools like JProfiler, Yourkit or the NetBeans Profiler.
 
  On 6 Jul., 11:12, tarik tarikkan...@gmail.com wrote:
 
 
 
   Dear Sir,
   We are developing an application using GWT, this application is very
   heavy of widgets, we are using a datatable that is developed in
   JQuery. We are suffering from a big memory leak. I did not find yet a
   way to resolve this problem can anyone help me please. The problem we
   have is that the memory on the hosted machine keeps increasing all the
   time. Can you please propose anyway to decrease the consumption of
   memory on my application? Please it is an urgent matter.
   nd
   help!

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Tarik Kandil
Consultant Informatique

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



Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik kandil
Can you tell me what you have implemented in this methode please, can you
show me the methode implementation, thank you.

On Tue, Jul 6, 2010 at 3:49 PM, Olivier olivier.dau...@gmail.com wrote:

 Hi,

 We get the same issue in our application, lots of widget many refresh
 of content, add and remove widget.
 Usualy we noticed that we kept widget in a list as a member of a
 composite.
 When the composite was removed the list stay in memory, so to solve
 the problem we implement a cleaning method overriding the onUnload()
 method called by GWT framework.

 regards

 Olivier

 On Jul 6, 9:53 am, tarik kandil tarikkan...@gmail.com wrote:
  when I am testing my application on IE6, the problem that I find, is that
  the memory consumption keeps increasing. The same thing for Firefox.
  Besides, I apologize because my web application is running but once  I
 click
  too many times the memory increases and it crashes. Can you please tell
 me
  how I can fix this? Thank you in advance. I am using a data table that
 has
  been developed in JQuery. And it seems that when I go to another page My
  application still references the same datatable. I want to know if there
  exist a way to delete all the doms and divisions that every time I create
 my
  table. If there exist any methods that I can add on the unload method
 when I
  detach my widget. Honestly it is an urgent matter, can you help me
 please?
  Thank you.
 
  On Tue, Jul 6, 2010 at 1:16 PM, Daniel Le Clere 
 daniel.lecl...@gmail.comwrote:
 
 
 
   Use the new data table widget in gwt 2.1 M2
 
   On Jul 6, 10:40 pm, metrixon metri...@gmail.com wrote:
First of all: DON'T PANIC - the possibility of a good answer does
not correlate with the number of exclamation marks used in the
 subject
or text.
 
Now concerning your problem:
your problem description is very vague - essentially you are saying:
my application does not work - tell me how to fix it. If the memory
consumption increases on the machine that is hosting your
 application,
the problem has nothing to do with GWT at all, since all the
javascript code is generated at compile time and executed on the
client side (in the browser).
Your description indicates that your server side code is leaking
memory. The best way to fix this problem is to thoroughly analyse
 your
application's runtime behaviour by profiling the application with
tools like JProfiler, Yourkit or the NetBeans Profiler.
 
On 6 Jul., 11:12, tarik tarikkan...@gmail.com wrote:
 
 Dear Sir,
 We are developing an application using GWT, this application is
 very
 heavy of widgets, we are using a datatable that is developed in
 JQuery. We are suffering from a big memory leak. I did not find yet
 a
 way to resolve this problem can anyone help me please. The problem
 we
 have is that the memory on the hosted machine keeps increasing all
 the
 time. Can you please propose anyway to decrease the consumption of
 memory on my application? Please it is an urgent matter.
 nd
 help!
 
   --
   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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@googlegroups.com
 
   .
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.
 
  --
  Tarik Kandil
  Consultant Informatique

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Tarik Kandil
Consultant Informatique

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



Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik kandil
First, I would like to mention that I am using GWT2.0. I have a problem in a
data table that I have developed using JQuery, I have many widgets, and I am
using gwittir binding. Besides, I am using bindable collection in my
datatable. After analysing my application, I found that there are some
elements that are not deleted in IE6. Also, the memory keeps incrceasing all
the time. Even if i change to a new page or i refresh the memory keeps
increasing when i filtre or go to another page or I do any action(memory
leak). Can you please tell me how to avoid the increasing of the memory
through the whole application, add methods to delete elements when i go from
page to page, or something like this. Thank you in advance.

2010/7/6 Matthias Groß f0r7y@googlemail.com

 Hi,

 I doubt that you will get any definite answers if you don't provide a
 more thorough analysis of your problem.

 Generally just try to release all references to heavy-weight objects
 you don't need anymore as soon as possible. This holds true especially
 for global instances, e.g. singletons.
 If that doesn't help consider using weak references (see
 http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ref/WeakReference.html).

 /Matthias

 P.S.:
 Also use less exclamation marks please.

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Tarik Kandil
Consultant Informatique

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



gwt2.0 memory leak

2010-06-14 Thread tarik
Is there a way to decrease the consumption of memory for widgets,
datatable.

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



Re: gwt2.0 memory leak

2010-06-13 Thread tarik kandil
I will answer your questons Daniel,
Yes, I am using widgets. Of course I use RPC calls. MVC pattern in my
application. I use innerHTML and dom objcts. I use a bindable datatable to
show my data. Besides, This datatable is the one that consumes most of the
memory.  I am using one doc CSS. And I am using a lot of inheritance. I use
a doom to find the dimension of the elements.

On Fri, Jun 11, 2010 at 5:07 PM, Daniel Le Clere
daniel.lecl...@gmail.comwrote:

 Details? Are you using widgets? An RPC? Some sort of design pattern?
 Are you using innerHTML placement or are you trying to build your
 entire layout using javascript generated DOM objects? Are you building
 new DOM structures inside or outside the body of the document? Do you
 have a massive table of data and a event listener on every cell? Do
 you have a one pixel wide background image you are repeating across
 the entire page? How are you styling your CSS? Are you using a lot of
 inheritance to try and style nodes (like .style b)? Are using the DOM
 to try and find the position or dimensions of elements much?  Have you
 used a profiling application such as Speed Tracer (Yes it's not a IE
 thing, but it can help) to try and narrow it down?

 As you can see from that dense list of questions above, there are a
 lot of things to consider in Javascript-GWT development. If you'd like
 a prompt response, I would suggest you attempt to answer at least some
 of them for yourself and posting your reflections back within this
 thread. Try watching some of the videos from Google IO 2009/2010.

 Hope that helps!

 On Jun 11, 10:50 pm, tarik tarikkan...@gmail.com wrote:
  I am using GWT2.0, I would like to know how to decrease memory
  consumption for GWT? I am using Internet explorer 6. Please give me an
  answer as soon as possible? Thank you.

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Tarik Kandil
Consultant Informatique

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



gwt2.0 memory leak

2010-06-11 Thread tarik
I am using GWT2.0, I would like to know how to decrease memory
consumption for GWT? I am using Internet explorer 6. Please give me an
answer as soon as possible? Thank you.

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