Alok Bhandari

Greenhorn
+ Follow
since Jun 11, 2008
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
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Alok Bhandari

Hello

Thanks for your reply. Yes I was asking in terms of the accuracy and performance both.

Thanks

Welcome to the Javaranch.

Question which I have is that for clustering we use mahout but are there any specific scenarios in which mahout gives the better performance?I mean to say the specific problems types for which it gives a better result over others?

Thanks
Hello ,
I am also facing the same issue ,have you found the solutions.Any help is appreciated.
Hello Bill,

thanks for the reply , what I understand from your reply is that I can use REST service instead of servlet in this scenario and it gives me the same bahaviour as I expect.I just have one small query can you tell me what MIME type should be specified in "consumes" tag for accepting the java object as an input.And if you have link to any good tutorial for this then please can you send its link to me.thanks for your time and reply.
12 years ago
Hello William thanks for reply.What I am confused about is if I can have servlet and pass to it a java object through objectOutputStream and ObjectInputSteam,then Shall I go with servlet or have a REST service for this?

Thanks
12 years ago
Hello , I am also facing the same problem that how can I send a BitSet or rather any other java object as parameter to a REST service.
12 years ago
Hello Congratulations...
I also want to opt for this exam please can you guide me for this in terms of Syllabus and good resources.


Thanks
13 years ago

Thanks this post helped me also
Thanks a lot

Edward Chen wrote:I found it out, it is proxy setting error. Here is correct version. Thanks

13 years ago

Welcome Craig Walls Sir,

Thanks for being there to help us

14 years ago
[question removed. please read the opening topic again.]
14 years ago
Hello Chetan,
thanks for quick reply.I will do some googling about android and will come to you again with some doubts....
I expect such a positive reply from you at that time also.

Thanks
15 years ago
Hello ,
I am very much new to this An Open Handset Alliance Project.My basic concern is why some one should opt for ANdroid.
Please awnser.Thanks.

Alok

15 years ago
Hello , i have knowledge of entity beans as well as i worked on hibernate.I want to know that whether hibernate will replace entity beans in all? If some one can tell me scenarios where entity beans to be used and where hibernate should be used.Replies will be highly appreciated.Thanks in advance.
I just want ask that whether it is for the beeterment / standardising the work scenario of solution architect.I think sufficiant info should be available about what this course is for and what all benefits any one will get by opting for this course.

Thanks

Alok
Hello ,
In deploy.wsdd of ws-client we specify the handler something like

<!-- define the service, use the WSDoAllSender security handler in request flow -->
<service name="Ping1">
<requestFlow>
<handler type="java rg.apache.ws.axis.security.WSDoAllSender" >
<parameter name="action" value="UsernameToken"/>
<parameter name="user" value="werner"/>
<parameter name="passwordType" value="PasswordText" />
<parameter name="passwordCallbackClass"
value="org.apache.ws.axis.oasis.PWCallback1"/>
</handler>
</requestFlow>
</service>

but in this we specify only a single user as "<parameter name="user" value="werner"/>"so does it means that there should be single client for a service and if not(which is obvious) then how to make this client work for different users.
Also how to make userToken,Signature and Encryptions work together
Plesae reply ASAP.Thanks
15 years ago