• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

sun One Application server7

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am totally new to this sunone server.
U can say i only know the name of it.
I want to know what does it provide,Why should we use it n how does it works where it gets in touch with the application?and all about it...
Please provide me some note on it.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well lets get from the beginning.For server components jsp, servlets you can use web server.There are many web servers available in the market.You will be using the application server if you want to handle EJB's.Websphere appln server can handle both your web as well ejb requests ..Lets say you want to develop a struts appln which consists of login process where you have to validate the user name againt some pre specified rules of yours and store it in db.In this case once you click cubmit , the requests goes to action class , from action the request is routed to ejb and then to the database.Business validations are done in EJB and all connections to db, queues ,JAAS authenitication (jndi, jdbc) all supports are provided by application server.You can donwload latest java appln server for free from java.sun.com and try your hands on it.
 
If you believe you can tell me what to think, I believe I can tell you where to go. Go read this tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic