[java ee programming] Re: ftp

2009-08-22 Thread Tommy
Can you use totalcommander On 21 ago, 15:10, ANUJ KUMAR kumar.anuj...@gmail.com wrote: is there any easy way of uploading content to a website rather than using ftpplease help ThanksRegards --~--~-~--~~~---~--~~ You received this message because you are

[java ee programming] Using both C# and Java

2009-08-22 Thread swetha
Hi GuysCan any1 tell me how we can use both C# and Java in a single applicationfor 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

[java ee programming] Photo Album

2009-08-22 Thread raja sekhar
Hi friends, I am planning to create photo album using Java (core) and Swing.It should be an stand alone application. Here is i/o for this application. Input : User can browse photos from his local machine output : a simple photo album. User can limit the number of photos per

[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