Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bfuster committed Dec 29, 2011
1 parent 45b9daa commit 16d8e9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Expand Up @@ -33,17 +33,17 @@ done :D

## VRaptorGAE filter

Use the VRaptorGAE filter to enable /_ah/admin, /appstats and /remote_api URIs
Use the VRaptorGAE filter to enable /_ah, /appstats and /remote_api URIs

<filter>
<filter-name>vraptor</filter-name>
<filter-class>br.com.caelum.vraptor.VRaptorGAE</filter-class>
</filter>

## Using the DataStoreTemplate:
## Using the DataStoreTemplate

Inject anywhere you want
You can access Objectfy through ofy() and ofyAsync()
Inject DataStoreTemplate anywhere you want
You can access Objectfy through ofy() and ofyAsync()

@Resource
public class SampleController {
Expand Down

0 comments on commit 16d8e9b

Please sign in to comment.