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. 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.
>
> Thanks,
> Nirmal
>                 \\\///
>              /         \
>              | \\   // |
>            ( | (.) (.) |)
> ----------o00o--(_)--o00o-------------------
> Stand up,be bold,be strong.
> Take the whole responsibility on
> ur own shoulders and know that
> U are the creator of ur own destiny.
> ------ooo0-------------------------------------
>    (   )     0ooo
>     \ (      (   )
>      \_)      ) /
>              (_/
>
>
> On Sun, Aug 23, 2009 at 3:04 AM, Lars Hermes <m...@larshermes.de> wrote:
>
>>
>> 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 Guys....Can any1 tell me how we can use both C# and Java in a
>> > single application....for example i want to add two numbers ...is it
>> > possible to do like.....create front end(GUI) using C# and then do
>> > back end in Java (adding both the numbers) .....and then displaying it
>> > back on the screen...can any1 please help me on this.....
>> >
>> > >
>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to