Apache Camel support for dotnet - apache-camel

I am not finding any references on dotnet as a supported language for Camel. Though chatGPT says yes :). https://camel.apache.org/camel-k/next/languages/languages.html Is DotNet supported for handling Camelet sink and sources ?

There is no Apache Camel .Net project. Apache Camel is written in Java and runs on JVM. However you can use other languages with Camel such as JavaScript, Groovy, Kotlin, Python etc.
But there is no .Net support from Apache Camel project.
There could be integration frameworks written in .Net that resemble Apache Camel.

Related

Can I use parse4cn1 in non cn1 projects?

I've been trying to download the parse4j from Thiagolocatelli but they're missing version 1.5-SNAPSHOT which includes a third parameter for Parse.initialize(), but I can't download version 1.5-SNAPSHOT from github nor from Maven repository, people talk about version 1.5-SNAPSHOT but looking at the Maven repository: https://mvnrepository.com/artifact/com.github.thiagolocatelli/parse4j there is no version 1.5-SNAPSHOT. So is it possible to use parse4cn1 in non cn1 projects like Android Studio projects? Will library work?
It is possible to use parse4cn1 in a regular Java project as documented here. In fact, the parse4cn1 unit test application uses this approach successfully. As already mentioned by Shai, you'll have some dependencies on some CN1-specific functionality but that is available via the CN1 JavaSE port.
For Android, I'll recommend using the native Android Parse SDK directly. The API is slightly different from that of parse4cn1 but in most cases similar. Moreover, the SDK provides more functionality such as a local data store.
No.
The code uses ConnectionRequest and similar Codename One specific classes to implement parse support.

Implementing WS-Security Using JBoss EAP 6.3 - Dfiferences between 6.3 and 7?

Recently I worked out a SOAP Web Service/WS-Security solution using JBoss EAP 7 and its JBossWS version (with CXF). This reference was very helpful:
https://docs.jboss.org/author/display/JBWS/WS-Security
The solution is based on a WSDL file that contains a WS-SecurityPolicy.
Now I've been asked to implement a solution based on the same WSDL file, but using JBoss EAP 6.3.
JBoss EAP 7 is the only version of JBoss EAP that I've worked with thus far. I would like to avoid re-inventing the wheel, so to speak, so I'm looking for a hopefully minimal set of configuration changes from the EAP 7 solution.
Does anyone have recommendations for doing this? I've struggled even to find documentation or tutorials, in part because I'm unclear about which version of WildFly, JBossWS, and JBossWS-CXF is included in a JBoss EAP 6.3 installation.
In order to find out which component have been integrated into every JBoss EAP version, open the following URL:
https://access.redhat.com/articles/112673
You can check also The WS-Security introduction page on the CXF website

Apache Camel Code Generation in JBoss

What API and which function (please mention function name and github.com repository if available) is called on camel JBoss Developer Studio IDE when we drag and drop components to palette i.e., Code generation from Design to Source editor?
the diagram is based on Eclipse graphiti. EMF is not used, we are using our own internal java model.
The repository is effectively this one: https://github.com/fusesource/fuseide
The Drag'n'drop is mainly implemented in classes of this package: https://github.com/fusesource/fuseide/tree/master/editor/plugins/org.fusesource.ide.camel.editor/src/org/fusesource/ide/camel/editor/features
What are you trying to achieve? If you want to contribute, we can guide you directly on the github project or on our JIRA https://issues.jboss.org/projects/FUSETOOLS/
Regards,
Have a look at JBoss Fuse Tooling for Eclipse.

How to use BulkLoader in google apps using java

How to use bulk loader tool in java, i got docs for python but what about java
There is no Java bulkloader, you need to use the Python version which works also on the Java applications.

How to deploy solr4 in jboss6

What is the best way to deploy solr 4.x in a running jboss 6.x application server instance?
Well, JBoss features an embedded Tomcat, so I'd start by reading the docs about Solr and Tomcat. There's also some specific docs for JBoss, and of course there's the wiki page for general installation instructions.

Resources