Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8262511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:46:53+00:00 2026-06-08T03:46:53+00:00

i create a sample project with GWT. in my project there are some classes

  • 0

i create a sample project with GWT. in my project there are some classes and packages. my question is that what class or package finally convert to java script? server? client? or both? and what is server roll in project?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T03:46:56+00:00Added an answer on June 8, 2026 at 3:46 am

    What java source code gets compiled into javascript is specified in your module definition gwt.xml file.

    <module>
      <inherits name="com.google.gwt.user.User" />
      <source path="async"/>
      <source path="dto" includes="Employee.java, Address.java"/>
      <source path="shared" excludes="Calendar.java"/>
    </module>
    

    In the above module definition gwt.xml file, only the following are compiled into javascript

    • the folder async
    • the classes Employee.java, Address.java in the folder dto
    • all the classes in folder shared, except the class Calender
    • as well as the classes defined in gwt-user.jar:/com/google/gwt/user/User.gwt.xml

    They do not have to involve “client”, “server” or “shared”, which are simply suggested names of folders to be used.

    Whatever else folders not specified in the module gwt.xml file will be only used as server-side.

    All the sources/resouces/classes specified inside the gwt.xml file will also be available fo server-side use.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay, I was able to create a simple Windows Forms project that reproduces some
I'm trying to create a sample gwt project using roo as given in the
For my project I've trying to extend GWT classes that not inherited with client
How to create an encrypted saml2.0 assertion in java? Downloaded sample project from http://www.capcourse.com/Library/OpenSAML/index.html
Can anyone helpme how to create a rich calendar in JSF.The sample project created
I tried to create a very easy Roo Sample Project (the one you find
When I create a new Android Sample Project from eclipse with api level 14,
When i create a new GWT (version 2.3) project using the Eclipse (version 3.5)
I have a simple GWT project in Eclipse, it has a servlet that calls
My goal is to duplicate the NotePad sample project such that if I tinker

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.