Re: [appengine-java] Re: What happened to Will it Play

2011-12-30 Thread Felipe Teixeira
http://code.google.com/p/googleappengine/wiki/WillItPlayInJava

2011/12/29 Péter Kovács peter.dunay.kov...@gmail.com

 Referenced here: http://code.google.com/appengine/kb/general.html  .

 P.

 On Dec 21, 8:11 pm, Ikai Lan (Google) ika...@google.com wrote:
  We moved it here after Google Groups deprecated groups pages:
 
  http://code.google.com/p/googleappengine/wiki/WillItPlayInJava
 
  As a warning: this page has not been updated in a LONG time. Going
 forward,
  we'll be looking at all the resources that are currently available and
  either consolidating them or deprecating them entirely.
 
  Is this page linked to from anywhere else? I can fix the links if it's
  linked to from anywhere in the docs.
 
  --
  Ikai Lan
  Developer Programs Engineer, Google App Engine
  plus.ikailan.com | twitter.com/ikai
 
 
 
 
 
 
 
  On Wed, Dec 21, 2011 at 8:34 AM, Las Olas le...@pnambic.com wrote:
   The widely published URL for Java frameworks that are compatible with
   GAE seems to be down:
 
  http://groups.google.com/group/google-appengine-java/web/will-it-play.
 ..
 
   All attempts to reach the URL with Chrome wind-up at the group's home
   page
 
http://groups.google.com/group/google-appengine-java/
 
   Did the group content get deleted?
 
   --
   You received this message because you are subscribed to the Google
 Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-java@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
*Felipe Teixeira*
*Coordenador de Desenvolvimento
*
IPNET Soluções
Tel.: 55 21 3553 2717 / 21- 93302489
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br** *

SCJP - Sun Certified Java Programmer
SCJA - Sun Certified Java Associate
*
*

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] .jsp pages show errors?

2011-12-04 Thread Felipe Teixeira
You need, set your JRE library to JRE in JDK instalation

Follow , preferences, edit you library JRE location ,to
../your_jdk_instalation/java_1.xx/jre ,

And your project works again.

2011/12/3 hacktheapp hs...@cornell.edu

 Putting .jsp files under the /war directory has worked fine until some
 point but it just stopped working.
 By that, I mean when I want to access to whatever my 
 appspot.com/test.jspfile, I get the following error message:

 Error: Server ErrorThe server encountered an error and could not complete
 your request.

 If the problem persists, please 
 reporthttp://code.google.com/appengine/community.html your
 problem and mention this error message and the query that caused it.

 In other projects, it works fine; it is just this one project that I was
 working on that is giving me problem. It is as if the jsp file does not
 even exist in the directory. It should be a simple problem but I just cant
 figure out how to deal with it. Can anyone please help me with this issue?

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/qB-mSK8FFmAJ.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
*Felipe Teixeira*
*Coordenador de Desenvolvimento
*
IPNET Soluções
Tel.: 55 21 3553 2717 / 21- 93302489
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br** *

SCJP - Sun Certified Java Programmer
SCJA - Sun Certified Java Associate
*
*

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Server Code vs DataStore

2011-10-05 Thread Felipe Teixeira
Here,

http://www.fishbonecloud.com/2010/11/use-objectify-to-store-data-in-google.html

[]'s

2011/10/5 Mat Jaggard matjagg...@gmail.com

 Yes, although you're still limited by the datastore - you can't save
 images bigger than 1MB due to the Blob size limit (I'm not sure if it
 would work to spread the data over more than one Blob, but I think I'd
 avoid it.

 I might try to avoid storing image data in the datastore at all to be
 honest - the Blobstore is there for that purpose.

 Mat.


 On Oct 5, 5:38 am, Kb kb.kb.1...@gmail.com wrote:
  Thanks .
 
  Can i display images with Objectify Framework ?
 
  i.e get output data (including image) with .get(key) method etc and
  then Display to client based on his input .

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
*Felipe Teixeira*
*Coordenador de Desenvolvimento
*
IPNET Soluções
Tel.: 55 21 3553 2717 / 21- 93302489
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br** *

SCJP - Sun Certified Java Programmer
SCJA - Sun Certified Java Associate
*
*

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] [OAuth + Provisioning ] Autentication - Python X Java

2011-07-22 Thread Felipe Teixeira
Hi,
I need help to use Provisioning API with OAuth authentication, the following
problem occurs, how to do domain validation in java api ? In Python it is
possible to know the following code.

  service = gdata.apps.service.AppsService(domain=consumer_key)
*-*service.SetOAuthInputParameters(sig_method, consumer_key,
consumer_secret=consumer_secret, two_legged_oauth=True)

res = service.RetrieveAllUsers()
for entry in res.entry:
print 'email;' + string.lower(entry.login.user_name) + '@' +
consumer_key

the emphasis on the coding can be seen that there is validation for key
parametersusing OAuth authentication as CONSUMER_KEY and CONSUMER_SECRET,
but inJava this is not possible ..
As shown below:

AppsForYourDomainClient client = new AppsForYourDomainClient (adminEmail,
adminPassword, domain); //JavaCode Api - AppsForYourDomain

how can I get something close to in java:

AppsForYourDomainClient client = null; //
client.SetOAuthInputParameters(sig_method, consumer_key,
consumer_secret); //this
method does not exist today in the api java



Thanks...

-- 
*Felipe Teixeira*
*Desenvolvedor Java
*
IPNET Soluções
Tel.: 55 21 3553 2717 / 21-7805-6867
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br** *

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: R: Re: New GWT/App Engine site

2011-06-08 Thread Felipe Teixeira
Very good =D

2011/6/8 Giorgio Riccardi giorgio...@gmail.com

 Ok Jeff,
 we'll try to sort it out also with your good suggestion
 ;-)

 On Jun 8, 10:03 am, Jeff Schnitzer j...@infohazard.org wrote:
  On Tue, Jun 7, 2011 at 11:07 PM, Giorgio Riccardi giorgio...@gmail.com
 wrote:
   Hi Jeff,
 
   1) Polishing the navigation, as you said, it kind thought with GWT,
   but I absolutely agree with you that it needs to be improved...
   already some changes have been done, but going back at the same
   position  level on the map is just a mystery ;-)
 
  Just leave the old window intact (but invisible) and render the new
  one on top.  When you restore the old window, it should be more or
  less the same as it was.  If the map widget gives you trouble, you
  don't even need to set it invisible... just layer it under the new
  panel with z-index.
 
   2) I did not quite understand well what do you mean in just pick a
   random sample... Are you suggesting to load a pre-configured map/kml
   with some markers?
 
  When you arrive at the map, it's zoomed out all the way and blank.
  Never show an empty map to the user.  Put some markers on there when
  zoomed out all the way, or use the google javascript client stuff to
  geoip the user and pick a reasonable level of zoom for them.
 
  Jeff

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
*Felipe Teixeira*
*Desenvolvedor Java
*
IPNET Soluções
Tel.: 55 21 3553 2717 / 21-7805-6867
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br** *


**
*
*

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: When to use a String as ID? (using Objectify and GWT)

2011-06-06 Thread Felipe Teixeira
Search in google : FishBone GWT objectify  ,

A good exemple to use this.

=D

2011/6/6 Drew Spencer slugmand...@gmail.com

 Thanks Remy,

 I've just had a little play about with the java.util.UUID class. Seems
 pretty straightforward. I'll have a look into it a bit more later on, but
 maybe it will be overkill for my app - it's only a company internal one so
 maybe passing so many characters around might slow my app a bit too much.
 Any ideas what the difference in overhead on retrieving 1000 UUIDs compared
 to 1000 Longs would be?

 Jeff, what do you use, and is there any best fit for objectify? I
 definitely like the idea of manually assigning my keys rather than letting
 the datastore do it.

 Drew

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/cnJFTlk5X0lHN0lK.

 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
*Felipe Teixeira*
*Desenvolvedor Java
*
IPNET Soluções
Tel.: 55 21 3553 2717 / 21-7805-6867
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br** *


**
*
*

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Help Me..!

2011-05-05 Thread Felipe Teixeira
 with my code?

 Please give me suggestion


 Thanks in advance

 Regards,

 Ramkumar P

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
*Felipe Teixeira*
*Desenvolvedor Java
*
IPNET - Soluções  em Informática
Tel.: 55 21 3553 2717 / 21-7805-6867
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br *

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Help Me..!

2011-05-03 Thread Felipe Teixeira
i´m not understand,

a simple deploy to google appengine , in eclipse..

your application going to GAE.

2011/5/3 Rambo ramkumarpec...@gmail.com

 Hi friends..!
I am doing a small project in java using spreadsheet api to read
 and write data's in the Google spreadsheet. I finished it
 successfully.
Now i wanna to upload it to GAE



Please give me some suggestions.




 Thanks in Advance

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
*Felipe Teixeira*
*Desenvolvedor Java
*
IPNET - Soluções  em Informática
Tel.: 55 21 3553 2717 / 21-7805-6867
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br *

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] [google-appengine] OpenID+OAuth+MarketPlace

2011-04-25 Thread Felipe Teixeira
Hi,

How i can get secret key with any domain in marketplace ,

e.g : Consumer pay to get my application , send to application your domainm,
and the next stop is autentication

account with admin , to get secret key and insert in application.


P.s : I already can use the marketplace, but secret key manually by setting
the app, wondered how to retrieve it automatically.


thanks

-- 
*Felipe Teixeira*
*Desenvolvedor Java
*
IPNET - Soluções  em Informática
Tel.: 55 21 3553 2717 / 21-7805-6867
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br *

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: [google-appengine] UserSettings + Other API Google

2011-04-15 Thread Felipe Teixeira
Yeah, it Work,


But my question is :


How get this information of domain that is not on my responsibility.

e.g  : i want buy this application, and the activation in my domain is
automatic.

( the app get secret key and consumer key of any domain, offcourse,

after autentication the admin of domain)

2011/4/15 Wim den Ouden wdenou...@gmail.com

 http://code.google.com/p/google-api-python-client/wiki/OAuth2


 2011/4/15 Felipe Teixeira felipe.teixe...@ipnetsolucoes.com.br

 Yeah,

 I can autenticate in domain example.com and use users of this domain,

 but how i can get the secret key of domain to autenticate one application
 to any domain.,



 ?

 thanks


 2011/4/15 Wim den Ouden wdenou...@gmail.com

 If your application supports multiple user accounts, you must keep track
 of which account each token is associated with. Each OAuth token is specific
 to the user who authorized access. Your application must be able to
 associate a token with the correct user. One way to manage this is to issue
 a cookie to the user before making the token request. After the user grants
 access to the requested data, Google sends an authorized request token and
 redirects the user to your application. You can then use your application's
 cookie to associate the token with the correct user.

 2011/4/15 Felipe Teixeira felipe.teixe...@ipnetsolucoes.com.br

 Yeah, it´s,

 But only autentication to single user,

 but how i can autenticate one Service , e.g :


 UserService object = new UserService(bla);

 //autentication object
 //

 ContactsService  conService = new ContactsService(bla2);

 conService.( what to do now? )

 //to use conService ??


 Thanks

 2011/4/15 Wim den Ouden wdenou...@gmail.com

 You mean this?
 http://code.google.com/apis/calendar/data/2.0/developers_guide_python.html(version
  2 is important)

 2011/4/15 Felipe Teixeira felipe.teixe...@ipnetsolucoes.com.br


 Hi,

 anyone have an example of an Api UserService with google for example
 CalendarService 

 I can not use in any way, nor with AuthSub or OAuth, etcss ...

 Thanks


 --
 *Felipe Teixeira*
 *Desenvolvedor Java
 *
 IPNET - Soluções  em Informática
 Tel.: 55 21 3553 2717 / 21-7805-6867
 Rua Visconde de Inhaúma, 134, Sala 615
 Centro - RJ - CEP: 20091-007
 *http://www.ipnetsolucoes.com.br *

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




 --
 Gr,
 Wim den Ouden https://profiles.google.com/wdenouden,
 Offline 
 webappshttp://code.google.com/p/relat/wiki/gaetips?ts=1302769343updated=gaetips#Offline_webappsdeveloper
  based on
 Javascript https://developer.mozilla.org/en/javascript, 
 Htmlhttp://en.wikipedia.org/wiki/HTML5,
 Css http://en.wikipedia.org/wiki/CSS, Pythonhttp://www.python.org/,
 Json http://json.org/, Google app 
 enginehttp://code.google.com/intl/nl/appengine/,
 and other servers.
 Buuring http://buuring.appspot.com, developer 
 tipshttp://code.google.com/p/relat/wiki/gaetips

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




 --
 *Felipe Teixeira*
 *Desenvolvedor Java
 *
 IPNET - Soluções  em Informática
 Tel.: 55 21 3553 2717 / 21-7805-6867
 Rua Visconde de Inhaúma, 134, Sala 615
 Centro - RJ - CEP: 20091-007
 *http://www.ipnetsolucoes.com.br *




 --
 Gr,
 Wim den Ouden https://profiles.google.com/wdenouden,
 Offline 
 webappshttp://code.google.com/p/relat/wiki/gaetips?ts=1302769343updated=gaetips#Offline_webappsdeveloper
  based on
 Javascript https://developer.mozilla.org/en/javascript, 
 Htmlhttp://en.wikipedia.org/wiki/HTML5,
 Css http://en.wikipedia.org/wiki/CSS, Python http://www.python.org/,
 Json http://json.org/, Google app 
 enginehttp://code.google.com/intl/nl/appengine/,
 and other servers.
 Buuring http://buuring.appspot.com, developer 
 tipshttp://code.google.com/p/relat/wiki/gaetips




 --
 *Felipe Teixeira*
 *Desenvolvedor Java
 *
 IPNET - Soluções  em Informática
 Tel.: 55 21 3553 2717 / 21-7805-6867
 Rua Visconde de Inhaúma, 134, Sala 615
 Centro - RJ - CEP: 20091-007
 *http://www.ipnetsolucoes.com.br *




 --
 Gr,
 Wim den Ouden https://profiles.google.com/wdenouden,
 Offline 
 webappshttp://code.google.com/p/relat/wiki/gaetips?ts=1302769343updated=gaetips#Offline_webappsdeveloper
  based on
 Javascript https://developer.mozilla.org/en/javascript, 
 Htmlhttp://en.wikipedia.org/wiki/HTML5,
 Css http://en.wikipedia.org/wiki/CSS, Python http://www.python.org

Re: [appengine-java] Re: URL Fetch java.io.IOException

2011-04-11 Thread Felipe Teixeira
Can help you ,
http://ikaisays.com/2010/06/29/using-asynchronous-urlfetch-on-java-app-engine/
..

2011/4/9 Z lrkir...@gmail.com

 I think that it might apply to ALL types of the HTTP requests (i.e GET
 and POST).

 On Apr 4, 10:20 am, Thomas Visser thomas.vis...@gmail.com wrote:
  It looks like there's a bug in the 1.4.3 development server regarding
  to POST requests. It worked for me again when I removed the Content-
  Length header parameter.
 
  On Apr 4, 3:51 pm, Peter pcsor...@gmail.com wrote:
 
 
 
 
 
 
 
   Hi
 
   I have an application running on gae and another client application
   running on a local development server.
   The client application is trying to send some params through a http
   connection an recive some respone in the same connectin.
   The client application works fine but after i change the SDK versin
   1.4.2 or higher I get an exception:
   java.io.IOException: Could not fetch URL:
 http://myserverapplication.appspot.com/something
   at
  
 com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationExc
 eption(URLFetchServiceImpl.java:
   110) ..
   I got an exception when calling connection.getResponseCode();
 
   Can somebody help me?
 
   Here is my code:
 
   URL url = new URL(http://myserverapplication.appspot.com/something;);
   HttpURLConnection con;
   int responseCode = HttpURLConnection.HTTP_UNAVAILABLE;
   con = (HttpURLConnection) url.openConnection();
   con.setRequestMethod(POST);
   con.setRequestProperty(Content-Type, application/x-www-form-
   urlencoded);
   con.setRequestProperty(Content-Length,  +
   Integer.toString(urlParameters.getBytes().length));
   con.setRequestProperty(Content-Language, en-US);
   con.setUseCaches(false);
   con.setDoInput(true);
   con.setDoOutput(true);
   DataOutputStream wr = new DataOutputStream(con.getOutputStream());
   wr.writeBytes(urlParameters);
   wr.flush();
   wr.close();
   responseCode = con.getResponseCode();

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
*Felipe Teixeira*
*Desenvolvedor Java
*
IPNET - Soluções  em Informática
Tel.: 55 21 3553 2717 / 21-7805-6867
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br *

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.