[java ee programming] Re: Using both C# and Java

2009-08-25 Thread m...@larshermes.de
Subject: [java ee programming] Re: Using both C# and Java To: m...@larshermes.de Cc: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com, laptop...@gmail.com Date: Monday, 24 August, 2009, 2:30 PM Hi, Lars said it correct. Currently our

[java ee programming] Re: Using both C# and Java

2009-08-24 Thread Nirmal Kumar
Hi, Lars said it correct. Currently our project also uses the same architecture. Back-end(Business Logic + Database Access) is done in a Session Bean. Then this Session Bean is exposed via Web Service. The front end part is in .NET framework which actually invokes the methods of the Web Service.

[java ee programming] Re: Using both C# and Java

2009-08-24 Thread Swamy V
Use javafx for GUI. Checkout www.javafx.com for more details. On Mon, Aug 24, 2009 at 7:30 AM, Nirmal Kumar nirmal.h...@gmail.com wrote: Hi, Lars said it correct. Currently our project also uses the same architecture. Back-end(Business Logic + Database Access) is done in a Session Bean.

[java ee programming] Re: Using both C# and Java

2009-08-24 Thread bilal malik
. Thanks, Bilal Malik --- On Mon, 24/8/09, Nirmal Kumar nirmal.h...@gmail.com wrote: From: Nirmal Kumar nirmal.h...@gmail.com Subject: [java ee programming] Re: Using both C# and Java To: m...@larshermes.de Cc: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion

[java ee programming] Re: Using both C# and Java

2009-08-22 Thread Lars Hermes
Hi, I think the easist way to do this is to implement the backend functionality as a session bean and expose this bean as webservice. The webservice can then be called by the C# frontend. Cheers, Lars Am 22.08.2009 um 17:04 schrieb swetha: Hi GuysCan any1 tell me how we can use both