tags:

views:

31

answers:

0

OK, so this has been asked before I know..but I read through and my question is more specific..so please help me, a newbie and I'll be very thankful. Its going to be a boring read, so sorry for that.

Question : There exists a huge deployed project, all in JAVA, which has various components as its used internally by company and externally. I am an intern and was directed to change parts of the interface(client-side) as part of my duties. Now, I developed it all new using GWT and as they already had their RPC and everything in place, so I used the existing method calls which they had used in their old client-side system.

It suddenly struck me yesterday, that if they want to just replace their old files with my new made stuff which I made in a 'Google Web Application Project' (which they intend to do), then how can that happen ?

The problem : That project is huge, deployed and working. Huge = 100,000 lines of code. I don't want my effort to be wasted so please tell me, if there is a way to just place my files somewhere and if so, then what to place and what changes to make to *.gwt.xml and all ?

I know its a long boring question, but please help me...else i'll keep posting the question again..only stackoverflow can help now!

-- Chirayu