• 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

Web architecture

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Not sure whether this is the right forum for this question.

I am currently trying to design an appropriate architecture to incorporate 2 portals. One was written in php the other in java. The java portlets are all JSR168 but the php is propriety code written in house.
Essentially what I want to be able to do is to allow the php developer to continue using php and the java developer to continue writing in java.

If possible the java developer would like to retrieve the information that the php is retrieving from the database and vice versa and then display that information as a portlet in some common framework

One way I see this being done is using xml and web services. Would web services allow this happen ie. allow data interchange between the php and java etc...

The presentation layer is the only place where I can see the information being displayed, ideally this would be in a portlet using a portal framework such as Liferay.

Does this make sense? Thoughts greatly appreciated.

Thanks,
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Portal Developr" please check your private messages for some administrative matter...
 
reply
    Bookmark Topic Watch Topic
  • New Topic