Anand Ramesh

Greenhorn
+ Follow
since Apr 28, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Anand Ramesh

Hi
I am using CXF 2.2.9 on JBoss 5.
I have followed the tutorial on http://cxf.apache.org/docs/mtom-attachments-with-jaxb.html for the implementation. [using 4th option (jaxws:server) to enable mtom on server]
I am using SoapUI to send attachment.

The ISSUE is, I am getting the attachment delivered to server. The dataHandler presents and the stream is empty.

Please post me if I am missing anything.

Thanks
11 years ago
Have you solved it yet ?
If not,
You may need to consider using PhaseListener to deactivate page validation on

public void afterPhase(PhaseEvent arg0)

with custom code

and the phase should be

public PhaseId getPhaseId() {
return PhaseId.APPLY_REQUEST_VALUES;
}
14 years ago
JSF
How would we justify this statement "push processing, the parser controls the application thread, and the client can only accept invocations from the parser."

Ref
http://java.sun.com/webservices/docs/1.6/tutorial/doc/SJSXP2.html
14 years ago
1) You can specify.
2) You can decide that yourself;If you think it is work mentioning. I did not do that.
3) Refer "Support of Gates in Sequence diagrams" under http://tiny.cc/bmm9y
4) same as point 3
You have to bundle your html files and images as JAR. My assignment did not have any code deliverables.
File naming information was part of assignment document per my experience. I had to name scea-AAAAAAAAA.jar where AAAAAAAAA is prometric id.
My id also begun with SR.

Hi Gail,
Can you please give us some idea of using Java API in JavaFX code, mainly the limitations of using Java APIs in it?

Thanks
Ramesh
14 years ago
Hello Gail,

Thanks for your reply.
The drag to install is a nice and powerful feature.The third party graphics integration feature may open up innumerable options to write interactive UIs. I believe having third party integration in JavaFX makes it a centralized platform for all other graphics technologies.

Sorry, I am not the same Ramesh who wrote Core Security Patterns.

Thanks
Ramesh
14 years ago
Hello Gail & Paul Anderson,

Welcome !

I am a new bee to JavaFX and related technologies.

I tried to drag and drop some FX applications on my desktop, but it does not work.Is the drag to install feature of JavaFX need any extra setup?

Also please give us your opinion about Drag-to-Install feature in JavaFX in terms of security and etc.

Thanks in advance
Ramesh
14 years ago
Yes.
Mine looks like this.

Test: Sun Certified Enterprise Architect for J2EE 5, Part 3 (310-062)
Grade: P
Score: -
Comment: n/a
I see my result as,


Sun Certified Enterprise Architect for J2EE 5, Part 3 (310-062)
Grade: P
Score:
Comment: n/a
14 years ago
I shown agound 20 components. It includes design pattern related classes (Facade, VOAssembler, Message Router and etc), JSF(JSP and Faces Servlet), Queues/Topics.
Congrats !
I have completed 3 weeks ago and still waiting for result.
Please post me the url to see the result. I am given www.certmanager.net/sun.
14 years ago
In my assignment I mentioned , EJBs ,main design pattern implementation classe and domain classes.
You take a look at SCEA study guide By Mark Cade and Simon Roberts. I followed the same approach.