Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Using Symfony2 on an existing SOA
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Simon VDD  
View profile  
 More options Jul 25 2011, 6:21 am
From: Simon VDD <simon...@gmail.com>
Date: Mon, 25 Jul 2011 03:21:24 -0700 (PDT)
Local: Mon, Jul 25 2011 6:21 am
Subject: Using Symfony2 on an existing SOA
Hi everyone,

We are currently developping a new Web interface for our product.
Previously, we only had a desktop UI and we want a new Web-based UI.

Here is my point : we already have a full Service Oriented
Architecture (using Thrift) which is used by our software to
communicate with our database.
All our business logic code is hosted in this service.
And we are planning to develop our new Interface with Symfony2. But if
we do so, we won't be able use the typical Symfony2 + Doctrine
Paradigm.
We will have to deal with our custom Model Layer provided by thrift.

We are afraid that trying to take Symfony out of its "regular way of
working" could be a waste of time more than a real asset for our
project. On the other hand, we are not comfortable with the idea of
developing without a framework to provide a scaffold and programming
standards.

So has anyone already experienced using Symfony2 without Doctrine
using existing Webservices to stick with provided model ? Any
information or feedback about this topic will be greatly appreciated !

Thanks a lot !

Best,

--
Simon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Art Hundiak  
View profile  
 More options Jul 26 2011, 3:00 pm
From: Art Hundiak <ahund...@gmail.com>
Date: Tue, 26 Jul 2011 12:00:46 -0700 (PDT)
Local: Tues, Jul 26 2011 3:00 pm
Subject: Re: Using Symfony2 on an existing SOA
I was curious about his myself.  Symfony2 does say that most of the
components can be used independently.

I wanted to use their router as well as the Request/Response classes.
So I copied the default app and pretty much stripped all the bundles
out except the FrameworkBundle.  And then I stripped down the config
files to their bare minimum.

Seemed to work okay.  Built a small TestBundle with a simple
controller.  I added some initialization code in AppKernel and then
made a base controller with a bit of extra functionality.  Easy enough
to hook into my own model.  I did cheat in a few spots and added a few
singletons to the app kernel.

On Jul 25, 5:21 am, Simon VDD <simon...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tarjei Huse  
View profile  
 More options Jul 27 2011, 2:42 am
From: Tarjei Huse <tarjei.h...@gmail.com>
Date: Wed, 27 Jul 2011 08:42:37 +0200
Local: Wed, Jul 27 2011 2:42 am
Subject: Re: [Symfony2] Using Symfony2 on an existing SOA
Hi,
On 07/25/2011 12:21 PM, Simon VDD wrote:

The long and short of this one is that you get a great setup for the
stuff you do not want to worry about (authentication, routing, asset
handling etc) but you will have to integrate Thrift on your own.

Symfony isn't tied to Doctrine - but it has great integration. What you
do not get when not using the Doctrine universe is the documentation and
code generation that it comes with. As Thrift has a metadata model (i.e.
a schema) you might be able to write your own code generation tools by
parsing that schema and generating basic forms, routes and controllers.

Regards,
Tarjei


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Serge Smertin  
View profile  
 More options Jul 27 2011, 10:52 am
From: Serge Smertin <serg.smer...@gmail.com>
Date: Wed, 27 Jul 2011 07:52:54 -0700 (PDT)
Local: Wed, Jul 27 2011 10:52 am
Subject: Re: Using Symfony2 on an existing SOA
Simon,

On current project we're using a great variety of technologies
combined with Symfony: 2 rest services, central authorization service,
ORM and OXM. Everything works pretty well, external services just need
PHP wrappers and you also need to generate custom form types for
making you app live. That's it.

Regards,
Serge

On Jul 25, 1:21 pm, Simon VDD <simon...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »