Categories
- APISpark (3)
- Summer of API (3)
- Books (3)
- Cors (1)
- Dataviz (3)
- Documentation (2)
- ElasticSearch (7)
- Git (1)
- Java (24)
- JavaScript (13)
- Modeling (1)
- OData (8)
- Olingo (7)
- Persistence (1)
- REST (10)
- Spreadsheet (1)
- Tips (5)
- Web API (6)
- Web2 (5)
- APISpark (3)
Recent Posts: Sandbox for the Web stack
Archives
Tag Archives: service
Implementing an OData service with Olingo
We saw in previous post that Olingo can be used as a client to access existing OData services. The tool also provides the ability to implement custom OData services with Java. We will focus in this post on the way … Continue reading
Exception handling with Restlet
Restlet provides several approaches to handle exceptions on both client and server sides. You can choose to be close to the Restlet API itself or use a higher level approach based on custom exceptions and / or annotated exceptions On … Continue reading