- This topic has 7 replies, 2 voices, and was last updated 20 years, 8 months ago by
trashermad.
-
AuthorPosts
-
trashermadMemberHi, in my development team we are testing MyEclipse for use it with the web oriented applications and we have a question with the use of applets with the client side.
We have an application developed for use with JAVA and we are adapting it to the web, but we wanna combine the use of applets-client side and servlets-EJB-JSP-server side.
We don’t know if it’s possible use the applets normally or via build.xml( or similar) without have to do rare tricks with the classes for do it run.
Well, I’ll be waiting your answer, please.
Thanks!!!!!
October 2, 2004 at 11:18 am #216703
Riyad KallaMemberCan you clarify your question? I don’t quite understand what you are asking… applets can be run client side using the appletviewer utility that comes with the JDK…
October 4, 2004 at 6:25 am #216758
trashermadMemberOh,yes,yes, but the problem was that the compiler include all the class files into classes of WEB-INF. Generally it can be redirect to other place into application via BUILD.XML file, for example.
The problem was solutioned yet. All what we had to do was to modify the “java build path” of the eclipse environment.
Thanks.October 4, 2004 at 9:12 am #216775
Riyad KallaMemberIs everything working now?
October 5, 2004 at 4:10 am #216856
trashermadMemberoh yeah!!!
Now it’s working fine.
The problem was that the application couldn’t access to applets via index.html ’cause they were into WEB-INF/classes, but with the “java build path” of the application it was solved.
All it’s working fine.
Now we are working to deploy the application and try to generate EJB’s under JOnAS 3, but we have little problems with the aplication.xml and the xDoclet.xml…
Well, we’ll try to do it work.October 5, 2004 at 6:14 am #216859
trashermadMemberHi, sorry for the questions.
I know that they are a bit simple, but we are still trying all the possibilities that we can do with MyEclipse.
We are still trying to do simple applications for test it, and we have a question (between others): it’s possible that all the XML are generated automatically?????October 5, 2004 at 8:36 am #216869
Riyad KallaMemberit’s possible that all the XML are generated automatically?????
Which XML are you asking about? The web.xml file?
If you want some of the XML files generated automatically for you, you might want to start looking into XDoclet. MyEclipse has XDoclet support in it and you are able to markup your classes and such that your web.xml file can be generated for you. Besides that, there are no other ways in MyEclipse to generate the XML files automatically.
October 5, 2004 at 8:57 am #216879
trashermadMemberwell, I suppose that we’ve to continue studying xdoclet for generate web.xml, jonas-ejb.xml, applications.xml,etc
-
AuthorPosts