Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

URGENT : Suggestions needed on OLE

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi guys...

I have a requirement to design a server-client model. I should be able to start and control powerpoint from server side at all client machines for that session.

What are the possible ways of implementing this in java?

I found that RMI is not suiting this requirement as it needs all server compenents what I treat as client.

Regards,
kalyan.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please don't post the same question in more than one forum. And please, EaseUp

You want to initialise and control every client's instance of Powerpoint?! The only possible solution I can think of would be Windows Remote Admin facilities. But before considering that, would you mind telling us why you are trying to do this? Why do you need to do this?
[ July 17, 2007: Message edited by: Paul Sturrock ]
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
and why Java?
 
    Bookmark Topic Watch Topic
  • New Topic