• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to create a xmi file for the websphere with a Notepad ?

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We know that if we want to use the WebSphere , we should use the WSAD . But now my machine has not enough resource to use WSAD . I only want to use Notepad or Jbuild to study the WebSphere.
Now I'm studing the sample in the WAS5.0 . I found there were many files that like *.xmi . And according by the infocenter , I known these files perserved all the useful and important info , like the JNDI properties ...etc . And also these file are auto-created by the WSAD+WAS intergration .
I had no any WSAD . And I have no money to get the enough resource . But I want to study the WAS very much . Would you please tell me a way to write some programs that not need the *.xmi ?
Thanks in advance !
Best Regard
a very poor man
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In fact, all of these files can be created by the application assembly tool, or modified through the administration console. You don't really need WSAD to create them, since WebSphere's built-in tools will create them for you when you build and deploy your EAR.
However, it is usually much easier to do things in WSAD.
Kyle
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic