cancel
Showing results for 
Search instead for 
Did you mean: 

Open Source JAVA

itabhishek9
Participant
0 Kudos

Hi SDNites,

Please suggest if using open source JAR files in JAVA mapping is good programming practise and how can we rely on authenticity of it.

Is it easy to get it reviewed and accepted by client?

Regards,

Abhi

Accepted Solutions (1)

Accepted Solutions (1)

Andrzej_Filusz
Contributor
0 Kudos

Hi Abhi,

Let's suppose that because of your requirements you have to implement some complicated logic. In a such case using an existing library can be a good / the only solution. I hope your customer agrees that there is no point in writing everything from scratch. The authenticity of a such solution? Well, I think it depends on the credibility/reputation of your library/author(s).

Regards,

Andrzej

Answers (3)

Answers (3)

itabhishek9
Participant
0 Kudos

Any update on this would be appreciated.

itabhishek9
Participant
0 Kudos

Thanks Stefan.

I am trying to use external open source jar for csvreader.

Abhi

stefan_grube
Active Contributor
0 Kudos

Hi Abhi,

Try to avoid any 3rd party software in Java-Mapping.
If you need 3rd party software, then clarify with your client.

In my experience with Java-mapping, I only have 3rd-party software in on single mapping for a special use case.

What scenario do youthink about using external jars?