• 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

Question for Modern Web Development with IBM WebSphere

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kyle, Roland, Karl and Matthew,

I remember when I migrated from WAS v6 to v7, and all it was a disaster, because I was developing my JPS's with WebWorks (now Struts2), and all JSP's failed due to that WAS v7 doesn't support webworks. Now my question is, in this book can I find which frameworks and tools are actually supported, and which are the principal differences between versions of WAS.

BR
 
author
Posts: 3892
5
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Rafael - well, we do include a table almost like that in the book with regard to the JEE standards supported, but we don't cover all the frameworks that are supported but not part of the standard - there are just too many for that. Effectively, what this book is about is throwing away the old way of doing things and bringing your applications into the 21st century - moving away from Web 1.0 programming with Servlets and JSP's (we have one example that covers that in Chapter 2 just to show how the new Liberty Profile works) and move towards Mobile development with Web 2.0 architectures, REST development with JAX-RS and JavaScript development with Dojo, JQuery and other JavaScript frameworks.

Kyle
 
Rafael Morales
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kyle,

Thanks for your answer, I would love to have this book, because it would help me a lot in my job, because I am developing actyally an application for WAS.

From Mexico City

BR
 
author
Posts: 181
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They key here, is the UI frameworks have moves from server side rendering to client side rendering. As such, following the modern architecture in the book, it is probably a question of how well JavaScript frameworks work in a browser or mobile shell. The server drives API's across channels, weather you use angular JS, jquery, objective-c, or swift.
 
Blueberry pie is best when it is firm and you can hold in your hand. Smell it. And smell this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic