Guys,
To be more specific here's what I was dong but still was not able to run RestTemplate without being challenged for authentication:
HttpClient client = new HttpClient();...
Type: Posts; User: lightyear; Keyword(s):
Guys,
To be more specific here's what I was dong but still was not able to run RestTemplate without being challenged for authentication:
HttpClient client = new HttpClient();...
Guys,
To be more specific here's what I was dong but still was not able to run RestTemplate without being challenged for authentication:
HttpClient client = new HttpClient();...
Hi Guys,
I created a rest webservice using spring, then later I added a spring authentication module. I would say it is working great as each time I access the REST URL my request ib being...
Hi Guys,
I created a rest webservice using spring, then later I added a spring authentication module. I would say it is working great as each time I access the REST URL my request ib being...
Hi,
I have thi class bellow:
--------------------------------------------This is working-----------------------------------------
class A {
public void method() {
}
}
Hi Guys,
I created a REST webservice. Can anyone guide me or direct me to a resource so I can secure the webservice.
The way I want it to happen is people using the REST webservice must have a...
Hi Kumar, and rest of spring members,
The way I am doing the posting of message to facebook is like this inside my controller.
how do i put this in a picture? "<input type="hidden" name="scope"...
can you share how you ressolved this? I got the same problem
Hi Guys,
I am very new to spring social and have this problem for sometime.
Here's my problem:
I wanted to post message update status in facebook using my spring mvc webstite.
I had seen...
ooopsss. message? is it suppose to be messages? i am just a new to spring. if that is so, i would say thank you very much, ill try it now.
Spring Masters and members,
Can you help me with this problem.
I am having this error when creating a custom validation.
org.springframework.context.NoSuchMessageException: No message found...
hibernate is caches data. it is not synchronized to db if external application updates it. is there away that it refreshes its persistence?
Application 1 and 2 access the same db.
If application 2 updates the table that application 1 is using, the application 1 that uses hibernate does not see the changes in database when i retrieve...
Hi,
Can someone help me about this simple but tricky problem fir me.
Overview:
I have an application 1 that runs hibernate, a second application 2(external application) that updates the...
Hello Spring Gurus,
I wanted to display charts in my jsp page given a database data.
Is there a current API in our framework that supports reporting?
If none, incase one of you guys were able...
Hi pmularien. your advise did work. really great thank you.
Hi Guys,
I use to have a class that inserts data to database that works properly.
After implementing method security, I can no longer deploy the application. here's the code snippet and error...
TerpInMD:The link is great. Thank you alot
Hi,
Guys maybe my question should be, is there a popup calendar implementation in spring that I can use?
Hi Guys,
I had just jump into spring and the moment I've seen the framework it was love at first sight.
By the way: Can someone point me to a resource or any idea on how to make a popup...