user896692
user896692

Reputation: 2371

SQLJ in Netbeans

I just read, that Netbeans does not support SQLJ and can´t believe this. Is there really no way to run SQLJ code in Netbeans?

Upvotes: 3

Views: 1068

Answers (1)

Mark McLaren
Mark McLaren

Reputation: 11540

In recent times NetBeans has native compatibility with Maven. There is a SQLJ maven plugin available that can help you work with SQLJ via Maven (and therefore NetBeans). Essentially this plugin is a wrapper around IBM's SQLJ generator.

I'm no expert on SQLJ but from the age of the SQLJ tutorials on the net, the time of using SQLJ seems to have passed and it would seem to be rarely used nowadays.

I was able to download the Maven plugin source code but unfortunately I was not able to acquire an SQLJ translator as the IBM translator did not appear to be publically accessible. I understand Oracle also produced an SQLJ generator but I imagine this is similarly difficult to get hold of.

Upvotes: 2

Related Questions