Ephesoft community misses CMIS plugin - plugins

So I have downloaded Ephesoft Community 4.0.2.0 (http://wiki.ephesoft.com/community-edition-v4-0-2-0) and successfully installed it on a virtual machine running Ubuntu 14.04.
The program itself functions like just fine. I can make document classifications and import/export all I want. The only point is that in my configuration I seem to be missing a lot of plugins. Plugins that should be there out-of-the-box as the documentation mentioned. The foremost missing is the CMIS plugin for both export and import. I have found numerous tutorials on how to communicate with Alfresco and others so that is now what I need. I would like to know what I am missing.
BTW: I am aware that the table on the download page states that they are not supported, but that doesn't make them missing, right?
[EDIT]
I have also found the google code dcma-data-access link, but that does not seem to help either.

Through the live-chat with Ephesoft I found out that it is impossible to install any plugins for the Ephesoft Community version. Not supported literally means "can't be installed".
That pretty much answered my question.

Related

Kate External Tools plugin missing

I have installed Kate Editor (with KWrite, which installs some plugins) in Ubuntu 15.04, and I have just realized that the Kate External Tools plugin is missing since version 4.8.
I really need this plugin, and if anyone could show me where to find an older Kate version or even the plugin itself I would really appreciate that.
By the way, I have found in this webpage the plugin, but (my Linux level is average) I am not able to install it: even the first command gives a problem, and you have to click on "actions" in the left bar... If someone could show me how to build it, that would be really helpful...
Thanks in advance!!
A Kate developer here: Unfortunately, the External Tools plugin was never ported to newer versions of KDE and in particular Plasma 5. There were changes in the plugin architecture, and due to some bugs and no maintainer, this plugin got lost.
We would be very happy to accept this plugin again in Kate's git repository, making it an official part of Kate again. But someone needs to implement it or port it to Kate 5. You can find more information in this bug report.
Update 2019-01-31: I am currently working on bringing this back to Kate: https://phabricator.kde.org/D17971 It will take another 2-3 weeks, though.
Update 2019-09-21: It is back, and will be released with the KDE Applications Release 19.12. See:
https://kate-editor.org/post/2019/2019-09-21-external-tools-plugin/

Javacards IDE, and JCOP tools for eclipse unavailable to download

I'm starting to develop in JavaCard (more specifically JavaCard 2.2.2).
I'm searching for tools to develop in JavaCard. I want an IDE that incorporates both an emulator and a debugger. The eclipse plugin JCOP tools from IBM seems to do that, but for some reason I can't find it online. Some forums point to the link http://www.zurich.ibm.com/jcop/download/eclipse/, but this link no longer works...
Anyone knows what's going on? Have JCOP tools been discontinued? If so, can anyone suggest another IDE capable of those features?
JCOP tools is no longer maintained by IBM. All support activities related to the JCOP operating system were handed over to NXP in 2007 (?). You might be able to get further information from NXP directly (tools.jcop#nxp.com), but don't expect them to respond if your request is not backed by a real business case.
The toolchains for Java Card development (various versions) is available directly from Oracle (through their website). The toolchain can be used from the commandline and also supports ANT tasks. For upload to real cards, you can use open Global Platform tools (e.g. GPShell).
You can use GPJ or GPSHELL or JCMANAGER for uploading and deleting .cap files on real javacards. These are download links :
GPJ:
http://sourceforge.net/projects/gpj/
(Now GlobalPlatformPro https://github.com/martinpaljak/GlobalPlatformPro)
JCManager:
https://github.com/martinpaljak/jcManager
GPShell:
http://sourceforge.net/projects/globalplatform/files/GPShell/
as far as I know is JCOP still available, but only directly from NXP and not for free.
And, since Oracle owns Java and Java Card, NetBeans makes it very easy to work with JavaCards (mostly JavaCard 3), but as long as you use the "classic applets" it will act as a 2.2.2
It also comes with a handy quick start guide https://netbeans.org/kb/docs/javame/java-card.html
You can try to use the JCIDE to develop JavaCard Applet for free. It is an Integrated Development Environment designed specifically for the JavaCard programming language.
The JCIDE itself also comes with a quick start video tutorial to help you. Also I feel great in use process.
You can see more about JCIDE in "https://github.com/Tolice/JCIDE/wiki"

Using HipHop VM on windows

I just read an article and learned about the HHVM which is built on the lines of JVM for Java. I went ahead and tried searching on the web, but found only articles about installing it on Ubuntu build 12 version.
I have been using a WAMP stack and would like to know if I can use the HHVM for any of my application. Also,I would like to understand if the HHVM can be integrated with our existing applications. Earlier an article suggested HipHop was what FB wrote to enhance their performance based on their requirements,and it may not suit yours. Is the same case with HHVM?
At present, HHVM does not support Windows. The HHVM team probably will not be adding Windows support in 2013, though they might pursue it at some point in the future. The team gladly accepts code contributions from developers who want to improve HHVM's support for different platforms at https://github.com/facebook/hiphop-php . You can also open a github issue at https://github.com/facebook/hiphop-php/issues to ask about Windows support.
Just as an update, since this is still popular - there is an official compiling/installation guide here at their Wiki for windows.
Full installation run-through guide.

Nutch and Solr in Eclipse in WINDOWS

I want to use nutch and solr integrated in eclipse and my os is windows. I want to use binary files and dependencies with maven then develop code in eclipse. Is there any clear tutorial for doing this?
I have tried RunNutchInEclipse guide but it is so nasty! Any useful links or advices are welcome.
Thnx.
You have to follow RunNutchInEclipse guide. There are no other guides as far as I know. Even I tried initially to run on windows and I gave up later and started using on Ubuntu/Mac. There will be many issues which you will see even if you follow the guide. There is some problem with hadoop on windows. The hadoop version which comes with Nutch 1.3+ does not work on windows. So we need to change hadoop version to some older version. Or we should use Nutch 1.2. I remember seeing a tutorial in youtube. See if that helps. But that said it is definitely easier to use Nutch on Unix flavors.

Can't find GWT devmode plugin for IE9

It seems that the installation link I get is broken.
Someone know where can I find the plugin??
Thanks
This is a known issue:
https://groups.google.com/d/topic/google-web-toolkit/aTlIEPCzVec/discussion
https://groups.google.com/d/topic/google-web-toolkit/XqZT0KPbWf4/discussion
https://groups.google.com/d/topic/google-web-toolkit/mnGKkuuxEBI/discussion
Seems like you can download it from the SVN: http://google-web-toolkit.googlecode.com/svn-history/trunk/plugins/ie/prebuilt/ (pick the x86 or x64 MSI as appropriate for your system)
See also Trouble installing GWT Developer Plugin for IE through firewall
this link is working now. the above link seems to not useful. you could explore more version if you browse till tags and then find various version of gwt.
http://google-web-toolkit.googlecode.com/svn/tags/2.5.0/plugins/ie/prebuilt/