Re: Struts/CMS/Drupal

2012-03-29 Thread Christian Grobmeier
inal Message- > From: Christian Grobmeier [mailto:grobme...@gmail.com] > Sent: Thursday, March 29, 2012 1:20 PM > To: Struts Users Mailing List > Subject: Re: Struts/CMS/Drupal > > Tony, > > can Drupal consume json data easily? You probably can use Struts as some k

RE: Struts/CMS/Drupal

2012-03-29 Thread Santinello, Anthony
truts Users Mailing List Subject: Re: Struts/CMS/Drupal Tony, can Drupal consume json data easily? You probably can use Struts as some kind of "data layer" which delivers only json data. You might want to look at Quercus: http://quercus.caucho.com/ Quercus is a Java implementation o

Re: Struts/CMS/Drupal

2012-03-29 Thread Christian Grobmeier
to:davelnew...@gmail.com] > Sent: Thursday, March 29, 2012 1:17 PM > To: Struts Users Mailing List > Subject: Re: Struts/CMS/Drupal > > Define "integrates"; Alfresco has a pretty flexible API. > > Using Drupal and Struts together seems a bit nonsensical to me, but I'

Re: Struts/CMS/Drupal

2012-03-29 Thread Dave Newton
> > But I'm stuck trying to get Drupal because my marketing team wants to use > it. I could be wrong; but from what I read on the Drupal forums there is > not a Java API. > There doesn't need to be, if there's something RESTful--I know nothing about Drupal, so I'm useless with regards to anything

RE: Struts/CMS/Drupal

2012-03-29 Thread Santinello, Anthony
t be way off on this? -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Thursday, March 29, 2012 1:17 PM To: Struts Users Mailing List Subject: Re: Struts/CMS/Drupal Define "integrates"; Alfresco has a pretty flexible API. Using Drupal and Struts together s

Re: Struts/CMS/Drupal

2012-03-29 Thread Christian Grobmeier
Tony, can Drupal consume json data easily? You probably can use Struts as some kind of "data layer" which delivers only json data. You might want to look at Quercus: http://quercus.caucho.com/ Quercus is a Java implementation of PHP. It might serve Drupal, and this way you might have a chance to

Re: Struts/CMS/Drupal

2012-03-29 Thread Dave Newton
Define "integrates"; Alfresco has a pretty flexible API. Using Drupal and Struts together seems a bit nonsensical to me, but I'm not familiar with its API (or if it has one). Bear in mind that even without an API you can always just make requests, or wrap its DB, or... Dave On Thu, Mar 29, 2012

Struts/CMS/Drupal

2012-03-29 Thread Santinello, Anthony
Hi.. Wonder if I can get some advice/suggestions.. Has anyone used Drupal and Struts together? Drupal is a CMS for managing content/web features. I have a user that wants to use Drupal. Our application uses Struts; anyway to combine the two. Pretty much using Drupal as the View? Any ideas h