apache-wink Questions
4
We are using IBM(s) bundled Apache Wink to offer JAXRS endpoints for our application. We are coding towards Websphere 8.5.5. Since we are servlet 3.0 compliant we use the 'programmatic' way of conf...
Nuncia asked 5/5, 2014 at 8:49
3
Solved
I'm hitting the following exception in my JAX-RS service on WLP 8.5.5 ApacheWink
(WebSphere Application Server 8.5.5.0/wlp-1.0.3.20130510-0831)
@POST
@Path("hello")
@Consumes(MediaType.APPLICATIO...
Kasi asked 7/11, 2013 at 12:35
1
Solved
I have been writing a JAX-RS based ReST application using Apache Wink and I understood the concept of association between path params to resource handle class. Here I see that, We can define paths ...
Impulse asked 12/3, 2015 at 16:7
1
Solved
I have a Maven project with the dependencies listed below:
wink.version = 1.1.3-incubating and spring.version = 3.0.5.RELEASE
Application Context in Spring includes:
<bean class="org.apach...
Glorification asked 13/2, 2014 at 14:34
1
Solved
I have what I think is a very basic question about JAX-RS but I somehow can't easily find the answer.
I am trying to refactor a REST service which uses a "standard" Javax servlet -- routing reques...
Exclave asked 18/4, 2013 at 22:2
3
I want to be able pass to my server a GET request suh as:
http://example.com/?a[foo]=1&a[bar]=15&b=3
And when I get the query param 'a', it should be parsed as HashMap like so:
{'foo':...
Biddick asked 4/3, 2013 at 8:41
1
Solved
Following on from How do I inject a Spring bean into Apache Wink?
I'm now using wink-spring-support and I thought I had things set up correctly.
web.xml includes:
<context-param>
<para...
Biggers asked 7/2, 2012 at 19:10
1
Solved
How do I inject Spring-managed beans into Apache Wink?
I have a wink application started in web.xml that starts fine if I stub out a dummy data service @Autowired under an interface within it. I h...
Fidel asked 7/2, 2012 at 17:8
1
© 2022 - 2024 — McMap. All rights reserved.