Categories
- Android (51)
- Challenge of the month (14)
- Dirk Fauth (39)
- Eclipse (314)
- Hendrik Still (1)
- Java (35)
- Jeanderson Candido (3)
- Lars Vogel (109)
- Matthias Mailänder (3)
- OSGi (30)
- Other (37)
- Papercut (15)
- Private (4)
- Servlet (2)
- Simon Scholz (6)
- Softskill Topics (5)
- vogella (34)
- Web (7)
vogella tutorial rss feed
Home
Recommended
Twitter
-
Recent Posts
Tag Archives: Google App Engine
Google App Engine and sending Emails
One of the nice things in the Google App Engine is that is it very easy to work with emails. You can send out and receive emails in your servlets. Lets demonstrate this by defining an application which allows the … Continue reading
Google App Engine and JPA
Using JPA on the Google AppEngine is straight forward. For some reason the documentation on the official Google App Engine side is not very easy to read therefore a little example here. Create a new web project “de.vogella.gae.persistence.jpa”. Change the … Continue reading
Integration of SAP with the Google App Engine
Recently I though how I could integrate an SAP System which tends to be in a closed firewall where no access it granded from the outsite. The solution is actually quite easy. You can easily send our HTTP requests from … Continue reading
Posted in Web
Tagged Google App Engine
Comments Off on Integration of SAP with the Google App Engine