Link to home
Start Free TrialLog in
Avatar of ilaiyaraja
ilaiyarajaFlag for India

asked on

Plug-in in C#

Hi Experts,
   This is ilaiyaraja from chennai. i have some quries about Plug-in processing.

    1.  how can i do the plug-in processing in c#. That is, what is my requirement is, i have to create a component and i have to plug-in my componet into C# project.
    2.  Since this is in C# plateform, should i create the new components in microsoft technologies (COM/DCOM...) Or  can i  create component in Java plateform (Java Bean..).
    3. If i can create new Component in Java plateform, how can i do the plug-in  into C# project.
   I expect your reply...

 Thanks .
ASKER CERTIFIED SOLUTION
Avatar of armoghan
armoghan
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
if you need to plug-in a java component in C#
you need to use some .NET Java bridge

something like
http://www.codeproject.com/threads/bridgewinjava.asp
http://forum.java.sun.com/thread.jsp?forum=40&thread=501809&tstart=75&trange=15
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial