Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a real benefit of using J#? [closed]

Tags:

java

j#

I just saw a comment of suggesting J#, and it made me wonder... is there a real, beneficial use of J# over Java? So, my feeling is that the only reason you would even consider using J# is that management has decreed that the company should jump on the Java bandwagon... and the .NET bandwagon. If you use J#, you are effectively losing the biggest benefit of picking Java... rich cross platform support. Sure there is Mono, but it's not as richly supported or as full featured right? I remember hearing Forms are not fully (perhaps at all) supported.

I'm not trying to bash .NET here, I'm just saying, if you are going to go the Microsoft route, why not just use C#? If you are going to go the Java route, why would J# enter the picture?

I'm hoping to find some real world cases here, so please especially respond if you've ACTUALLY used J# in a REAL project, and why.

like image 785
Mike Stone Avatar asked Aug 08 '08 01:08

Mike Stone


People also ask

What does JIT mean?

What is Just-in-Time (JIT)? Just-in-time, or JIT, is an inventory management method in which goods are received from suppliers only as they are needed. The main objective of this method is to reduce inventory holding costs and increase inventory turnover.

Who invented just in time?

It was first developed and perfected within the Toyota manufacturing plants by Taiichi Ohno as a means of meeting consumer demands with minimum delays . Taiichi Ohno is frequently referred to as the father of JIT.

What is just in time what are its advantages disadvantages?

Companies like to use JIT as it is seen as a more cost-efficient method of holding stock. Its purpose is to minimise the amount of goods you hold at any one time, and this has numerous advantages: Less space needed: With a faster turnaround of stock, you don't need as much warehouse or storage space to store goods.


2 Answers

J# is no longer included in VS2008. Unless you already have J# code, you should probably stay away.

From j# product page:

Since customers have told us that the existing J# feature set largely meets their needs and usage of J# is declining, Microsoft is retiring the Visual J# product and Java Language Conversion Assistant tool to better allocate resources for other customer requirements. The J# language and JLCA tool will not be available in future versions of Visual Studio. To preserve existing customer investments in J#, Microsoft will continue to support the J# and JLCA technology that shipped with Visual Studio 2005 through to 2015 as per our product life-cycle strategy. For more information, see Expanded Microsoft Support Lifecycle Policy for Business & Development Products.

like image 157
Eric Haskins Avatar answered Sep 20 '22 10:09

Eric Haskins


The whole purpose of J# is to ease the transition of Java developers to the .NET environment which didn't work so well (I guessing here) so Microsoft dropped J# from Visual Studio 2008. For your question, "Is there a real benefit of using J#?".. in a nutshell... No..

like image 21
Amr Avatar answered Sep 20 '22 10:09

Amr