ritesh padhe

Greenhorn
+ Follow
since Aug 03, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by ritesh padhe

Hi All,

In our application, we manage asset lifecycle through workflow manager. The assets after processed by workflow manager, are pushed into middleware server. Since workflow manger PUSHES them to middleware, it is called as PUSH model.

We have a requirement now, where middleware needs to PULL data from workflow manager. This can be done in three ways –
1. Middleware can call SOAP APIs of workflow manager
2. Simple JAVA methods provided by workflow manager
3. Shared directory between middleware and workflow manager which middleware will keep polling.


We are analyzing and judging these ways to implement PULL model. Any pointer for the pitfalls and advantages of implementing any one of these three or any other way apart from above 3 - would be appreciated.
12 years ago
Hi All,
I am sending arraylist from spring controller to jsp. I want to display contents present in arraylist on Google charts. Can anyone please send any pointer or share any sample code for how to display arraylist data in Google charts. I am able to extract arraylist using c:forEach tag, but struggling to send extracted data to Google charts. Please help me.
Thanks in advance.
12 years ago
JSP
Hi All,

I am sending arraylist from spring controller to jsp. I want to display contents in arraylist in Google charts. Can anyone please send any pointer or share any sample code for how to display arraylist data in Google charts. I am able to extract arraylist using c:forEach tag, but struggling to send extracted data to Google charts. Please help me.
Thanks in advance.
Hi Bear,

Thanks for the reply.
Can you please share any code sample? It will be very helpful for me.

12 years ago
JSP
Hello Everyone,
I want to send arraylist from jsp to javascript(same page). Is it possible? If yes, please send any pointers.
Thanks in advance.
12 years ago
JSP
Hello,

I want to call shell script from java code. Once shell script is executed it will ask for the confirmation from user(yes or no) and after getting value from user it will proceed.
Any pointers?

Thanks in advance.
12 years ago
Thanks for the reply.
12 years ago
JSP
If i put <META HTTP-EQUIV="EXPIRES" CONTENT="-1" /> tag in one jsp and include same jsp on other jsp's. Do i need to put META tag again or other jsp's will inherit META tag from included jsp? Please help.
12 years ago
JSP