krishna atok

Ranch Hand
+ Follow
since Jul 08, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by krishna atok

I tired generating client and stubs using cxf 3.1.0, however when i try running client I am unable to see custom namespace added to soap envelope
My request is generated as
<soap:Envelope xmlns:soap="schemas.xmlsoap.org/soap/envelope/"><soap:header>;

What i am looking for is as below
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/soap/envelope/"; xmlns:company="company.com"; ><soap:header>

Any suggestions with the approach I follow to get this resolved
9 years ago
Hi - Want to know which framework provides best support to transaction managment.
On my research came across spring TM, hibernate TM and JTA.

Can you please suggest.
9 years ago
We are using jboss EAP 6, and as per JBoss support matrix it is servlet 3.0 compliant
9 years ago
Hi - I am looking after any java/j2ee related technology which can listen for application server updates/events and update UI asynchronously with out page refresh.

Currently my application has a refresh button to pull the latest updates on the system.

I am looking for any framework/technology to do a server push for updating UI.

Please share your experiences.
9 years ago
Hi, I am new to Jboss, want to know if micro services architecture is a right choice on JBOSS. I cannot change the application server as it is decided by client architect and I have no choice.
Want to know whether we can develop micro services with underlying JBOSS application server.

I understand Spring boot comes with embedded tomcat container, which makes it flexible to stop and start, deploy individual service with no impact to other services.
However will that architecture works with JBoss too.

Please suggest.

Thanks,
9 years ago
I am trying to migrate toplink code base to hibernate. Just wnat to know if there is any tool avaialable to accomplish the same.
Otherwise tools, would like to if this can be an possible with out any risks. Want to migrate to hibernate 4.x

Please suggest.
9 years ago
I have externalized all my application needed property files from webapps in tomcat. Now i can simply change a property file value without a need of rebuilding the war file and deploy it again. However each change to property file is associated with server recyling.

Is there a way how the recycling can be avoided for a property file change.
I am using spring to read the property files for few webapps and java property traditional way for few webapps.

Please suggest how to acheive
9 years ago
Can any one share your experience to resolve my situation, if you have encountered similar.

Thanks,
9 years ago
Hi, My application uses jsr 286 portlets. My application is a single page application and is built with 10 jsr 286 portlets each has its own view.
In each view I am referring to css and js which is required for that portlet alone
When i enabled mod page speed with all the combining css and js filters enabled, i still see all the js and css are loading with out getting combined into single css and js call.
Can you please suggest if this is expected behavior or if there is any setting/configuration to overcome this.
Appreciate your suggestion/recommendation.
9 years ago
Thanks Tapas for quicker turn up. I have some confusion initially with spring batch, as it can spawn multiple threads for concurrency as part of it's job/task.
I have a use case where I am using spring batch for user migration, where i configured batch in such a way i am spawning 10 parallel threads for quicker user migration.
Where as with executor framework, all time i need any where multi threading test for my code, I will use EX f/w for multi and parallel threading test.
That's the origin of my confusion. If you can confinely clear my above question that really help's and clear my confusion.

Thanks,
9 years ago
Hi - I have been trying to understand the difference between spring batch to perform multiple tasks Vs Executor f/w, which can fire parallel threads from a configured pool.
Can any one share your experiences stating the differences.

Thanks,
9 years ago
Any suggestions please
10 years ago
I have started researching on websocket, however i want to know if any one has experienced spring websocket using tomcat 7. Please share any online references available as well your experiences
10 years ago
I am not clear with my previous question. What I need is any online reference which has implemented circuit breaker using Spring AOP. Hope I am clear now. Can you please help

Thanks,
10 years ago
Thanks John :-)

Can you help if there is any implementation available or any reference which can help me in acheiving this

Thanks
10 years ago