#13 new
Ezhil

Dot net frame work support

Reported by Ezhil | December 9th, 2009 @ 11:39 AM

Is it possible for Dot Net framework to make use of the tool YOSHIKODER and customize the option provided by it.

In the last week, I has been assigned with task related to YOSHIKODER. I have searched a lot regarding YOSHIKODER but until now, I have no luck regarding YOSHIKODER supports on DOT net framework. Can you guide me on this context.

Comments and changes to this ticket

  • Will

    Will December 9th, 2009 @ 11:49 AM

    Yoshikoder is written entirely in Java. If it is possible to call Java code form dot-net or if dot-net supports Java then you can. But I think the answer to both questions is no. However, I don't work in dot-net, so I don't know for sure. A translation of the backend processing into C-sharp ought to be fairly straightforward, but for the front end much less so because it is written using the Swing GUI toolkit.

  • Ezhil

    Ezhil December 10th, 2009 @ 06:41 AM

    I have downloaded the source code of YOSHIKODER from subversion.In the downloaded folder, i have information regarding Concordance, Dictionary, Document, Reporting, UI and Util as sub folders of YOSHIKODER folder.And, All the files are available in J# format with ".java" extension.

    I don't know where the start up class is available.

  • Will

    Will December 10th, 2009 @ 08:03 AM

    You're reminding me that I seem to have broken but not completely fixed the Swing parts and the subversion repository is a bit of a mess - that's what happens if you start a wholesale re-architecture in your spare time and then unexpectedly get a job in another country. With this in mind, the question is what you want to do. If you just want to run Yoshikoder, then install a Java runtime and use the Exe from sourceforge. If you want to use it as a library, then grab the Jar file from subversion (not the Exe), add it as a library (there seems to be some discussion of this on the web), and call or extend the classes. If you want to use the backend components you mention above, then you can compile these classes and call them in your own code. That gets you around the busted Swing, I think. The answer to your final question is: usually in a file called Yoshikoder.java, but this is part of the busted Swing parts, so it may not help you so much. Please note that I can't provide any advice on dot-net stuff, having never used it.

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Pages