Hiding module name from curious users

2010-07-07 Thread Aekold
Good day all!

Tell me please what is the best way to hide module name and all
possible branding stuff from users?

The problem is, I am working on application that will be reselled, and
reseller does not want end users to see the name of developer company
at all. At the same time I do not want to cripple java packages and
GWT module name.

The first solution that comes in mind - to separate all my stuff in
library, create project with entry point and simple name that will
inherit from library. But what to do with RPCs then if they have to be
declared in web.xml? Maybe use Guice to use single Guice servlet and
annotation-based mappings for servlets, but not sure if it will
work...

The other solution that comes in mind - to use some fancy obfuscator
that will be smart enough to change modulename.gwt.xml and main.html,
but I find it hard to believe obfuscators can be that smart...

Any way, any suggestions and ideas are appreciated.

-- 
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: Hiding module name from curious users

2010-07-07 Thread Aekold
Thanx alot! It's exactly what I wanted in the first place!

-- 
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: Netbeans plugin

2009-12-11 Thread Aekold
I am using GWT4NB. It's good enough, and pretty stable. I think it
will be good if Google at least will give some code of GWT for Eclipse
to GWT4NB guys, and they will get the best things out of it.

On Dec 11, 12:29 pm, Nicanor Cristian nicanor.bab...@gmail.com
wrote:
 They should do somehing about that. Imposing one IDE is not very
 democratic. There are 2 plugins for netbeans one for GWT and the other
 for GAE, they could start from there.



 Magno Machado wrote:
  I agree!
  I swear, I tried to use Eclipse because of it's support by GWT, but I
  just don't like it (As said before, it's a matter of taste).
  Of course Google can't support all Java IDEs, but I think at least the
  two major free IDEs could be supported.
  It also would be nice to have webAppCreator to create the project for
  Netbeans too.

  2009/12/11 MN nietz...@gmail.com mailto:nietz...@gmail.com

      i would also like to see a netbeans plugin from google...

      On 10 Dez., 16:31, John Ivens john.wagner.iv...@gmail.com
      mailto:john.wagner.iv...@gmail.com wrote:
       I agree.  I am always forced to use Eclipse because everyone
      else uses it,
       and features such as the Google Eclipse Plugin come out well in
      advance of
       anything for NetBeans.

       On Thu, Dec 10, 2009 at 8:28 AM, nicanor.babula
      nicanor.bab...@gmail.com mailto:nicanor.bab...@gmail.comwrote:

        Hi all,

        I don't want to start a flaming war on whether NetBeans is
      better than
        Eclipse or not, because that is strictly a matter of taste.
      Said that,
        I want to mention that for me (and surely for many other
      developers
        like me) Eclipse kinda sucks, so it would be nice for the guys at
        Google to set up an equivalent of the Google Eclipse Plugin for
        NetBeans too. There is some sort of beta plugin for Netbeans
        supporting GAE too, but as it doesn't have google behind the
      scenes,
        it's not too reliable.
        What do other Netbeans Developers think about this?

        Cristian Babula.

        --

        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
      mailto:google-web-toolkit@googlegroups.com.
        To unsubscribe from this group, send email to
        google-web-toolkit+unsubscr...@googlegroups.com
      
  mailto:google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolk­it%2bunsubscr...@googlegroups.com
      mailto:google-web-toolkit%252bunsubscr...@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
      mailto:google-web-toolkit@googlegroups.com.
      To unsubscribe from this group, send email to
      google-web-toolkit+unsubscr...@googlegroups.com
      mailto:google-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-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.

--

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: Netbeans plugin

2009-12-11 Thread Aekold
There is no problem to fill an issue, there is a question what EXACTLY
we want? Looks like Google is not interested in NetBeans (for example
take a look at this 
http://code.google.com/p/google-web-toolkit/issues/detail?id=3787q=netbeans,
as you may already know tim.lebedkov is the most active GWT4NB
developer). So we should not ask for NetBeans plugin. Also, Google
promised to release it as source (http://code.google.com/eclipse/docs/
faq.html#source), so there is no profit in asking to opensource it.
What then should we ask for? To give some money to GWT4NB guys or
something, so they can spend more time on improving it?

On Dec 11, 3:53 pm, Nicanor Cristian nicanor.bab...@gmail.com wrote:
 Please, someone fill an issue about this..



 Oleg K. wrote:
  the same for me.
  GWT4NB + maven gwt plugin FTW
  but it made me to use 'right click - maven - goals - jetty:run'
  with autorefresh instead of 'Run button'

  On 11 дек, 13:44, Aekold helbr...@gmail.com wrote:

  I am using GWT4NB. It's good enough, and pretty stable. I think it
  will be good if Google at least will give some code of GWT for Eclipse
  to GWT4NB guys, and they will get the best things out of it.

  On Dec 11, 12:29 pm, Nicanor Cristian nicanor.bab...@gmail.com
  wrote:

  They should do somehing about that. Imposing one IDE is not very
  democratic. There are 2 plugins for netbeans one for GWT and the other
  for GAE, they could start from there.

  Magno Machado wrote:

  I agree!
  I swear, I tried to use Eclipse because of it's support by GWT, but I
  just don't like it (As said before, it's a matter of taste).
  Of course Google can't support all Java IDEs, but I think at least the
  two major free IDEs could be supported.
  It also would be nice to have webAppCreator to create the project for
  Netbeans too.

  2009/12/11 MN nietz...@gmail.com mailto:nietz...@gmail.com

      i would also like to see a netbeans plugin from google...

      On 10 Dez., 16:31, John Ivens john.wagner.iv...@gmail.com
      mailto:john.wagner.iv...@gmail.com wrote:
       I agree.  I am always forced to use Eclipse because everyone
      else uses it,
       and features such as the Google Eclipse Plugin come out well in
      advance of
       anything for NetBeans.

       On Thu, Dec 10, 2009 at 8:28 AM, nicanor.babula
      nicanor.bab...@gmail.com mailto:nicanor.bab...@gmail.comwrote:

        Hi all,

        I don't want to start a flaming war on whether NetBeans is
      better than
        Eclipse or not, because that is strictly a matter of taste.
      Said that,
        I want to mention that for me (and surely for many other
      developers
        like me) Eclipse kinda sucks, so it would be nice for the guys at
        Google to set up an equivalent of the Google Eclipse Plugin for
        NetBeans too. There is some sort of beta plugin for Netbeans
        supporting GAE too, but as it doesn't have google behind the
      scenes,
        it's not too reliable.
        What do other Netbeans Developers think about this?

        Cristian Babula.

        --

        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
      mailto:google-web-toolkit@googlegroups.com.
        To unsubscribe from this group, send email to
        google-web-toolkit+unsubscr...@googlegroups.com
      
  mailto:google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolk­­it%2bunsubscr...@googlegroups.com
      mailto:google-web-toolkit%252bunsubscr...@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
      mailto:google-web-toolkit@googlegroups.com.
      To unsubscribe from this group, send email to
      google-web-toolkit+unsubscr...@googlegroups.com
      mailto:google-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-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.

  --

  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

Where can I read more about code splitting in GWT 2?

2009-12-08 Thread Aekold
Hi All!

On http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC I read
about code splitting as new feature of GWT 2.0. Please suggest some
docs or examples to know more about this feature.

--

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: PDF Viewer Widget

2009-11-27 Thread Aekold
Maybe you can use PDFRenderer to render pdf as png and then just show
png image using some servlet?

--

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.




Client-side object storage

2009-11-26 Thread Aekold
Hi All!

I want to save some object (panel for example) to use it later. On the
server side I can use request, session or even some singleton or
static map. But what can I do on the client? Strings or other
primitives I can save into Cookies, but what to do with panels?

--

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: GWT 2.0 + Netbeans

2009-11-19 Thread Aekold
Yes, gwt4nb is working with GWT 2.0 as you can see by Description of
GWT4NBV2.6.9 on their downloads page.

--

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




Where to get GWT 2.0 browser blugins for offline usage

2009-11-18 Thread Aekold
Hi All!

GWT 2.0 requires browser plugin to debug application. Is there any
code hosting or downloads repository where I can get those plugins to
reinstall them on demand event without connecting to the internet?

--

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