OpenGL mathematics (GLM) port for Java [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 9 years ago.
is there any Java port for GLM library ? I'm using LWJGL and I'm missing some nice capabilities of GLM.
I have seen mention about port in this answer, but I don't know how to contact the person that wrote the answer (no messages on stackoverflow, no possibility to add comment to closed question).

Porting GLM to Java wouldn't really make sense - it is very much a "C++" library.
This Github repo (found by googling "glm java port opengl matrix") claims to be a "conceptual" port. Your mileage may vary.

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.

Book for Desktop Java programming [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 have some knowledge how to program Java Server Faces application but now I need to learn desktop applications with Java. Can you recommend me some books specialized for Desktop programming, please.
This one may help you i found it useful
Beginning Java SE 6 Platform: From Novice to Professional

Create your own java application server from scratch [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 10 years ago.
Is anyone aware of any tutorial or link from where I could learn how to create my own custom application server like Tomcat or Jboss.
Here You have top 6 Java EE application servers. In server site You can find documentation, and source code. It should help you. But BTW why are You trying to do it?
No link that i know of, but you could take a look at Glassfish (a Java EE reference implementation) as it is open source.
Might be a good starting point.

Java encryption frameworks/toolkits [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 10 years ago.
My team is looking for a proven and easy to use Java encryption framework or toolkit to encrypt our data traffic. We have found Google's KeyCzar and it looks promising but we want to know if anyone has had success with other toolkits or have had issues with KeyCzar.
I have succesfully used jasypt, pretty easy to get started.
The JDK comes with a security framework and encryption algorithms.
Read http://download.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html.

Recommend me a good JNI book [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 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.

Categories

Resources