Recommend me a good JNI book [closed] - java

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm creating a software project in Java, is a remote administration tool. The thing is that I need to add some features with C++ and I read some about this process and I realized I need JNI, could you recommend me a good JNI Book or something related with ?

Have you read this?
Java Native Interface: Programmer's Guide and Specification
This book is quite good I think.

Related

How to start writing service in java ee [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I wanted to start writing my own service, which will gives iOS- app json and receive the same json, but I don't know from what I should start. Could you tall me some tutorial, and example?
Thank you
You should start with figure out how web services work.
I can recommend you REST approach. It is easy to set up and maintain.
Here you can find a good tutorial and here there is something useful from Oracle.

an embeddable Java ETL [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm looking for an embeddable Java ETL, an Extract Transform Load engine that can be called from Java code.sample code may be useful to help me specific to extraction.
thunks
Scriptella is a good candidate, embedd and straightforward.
Data Pipeline in another option (not free version).
Smooks maybe worthwhile too.
Have you looked into Kettle? You'll find API usage examples here:
http://wiki.pentaho.com/display/EAI/Pentaho+Data+Integration+-+Java+API+Examples

Best way to learn software optimization [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I want to learn software optimization, especially in Java. I want to be able to write code that's fast, and performs the best possible way. Can you point me to some resources to learn this? Books, tutorials, etc.
Thanks.
I suggest you to read Effective Java Book

Resources For Java EE 6 [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I want to learn Java EE 6. I am new to the entire EE thing but I am proficient with Core java. Can someone suggest a good book to learn this? I checked out Amazon and Oracle's website but I have got mixed reviews on them.
You can try one of Antonio Goncalvez books, they're good for beginners in JavaEE realms.

Are there any popular course management system like Moodle? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am looking for a java base open source system
Any popular choices?
Google is your friend.
Free software and open source
Chamilo
Claroline
Democrasoft
Dokeos
eFront
ILIAS
Moodle
Sakai
Source: Virtual learning environment -> Course management systems
Well, there's Sakai

Categories

Resources