Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > JavaScript in Front-End, Xxx in Back-End

Reply
Thread Tools

JavaScript in Front-End, Xxx in Back-End

 
 
vunet
Guest
Posts: n/a
 
      05-19-2009
Would anyone want to share your thoughts and experience about what
back-end system one conveniently used and enjoyed for creation of AJAX
Enterprise applications. I am currently obliged to use Struts 1 + Java
where I find a lot of disadvantages and no flexibility to easily
integrate various scripts within the code to have AJAX UI. I came
across OpenXava (POJO+JPA) project where it claims that the
development of apps is even faster than Ruby on Rails and more
flexible because all you do is write a Model. What technologies do you
recommend for RIA development?
Thank you.
 
Reply With Quote
 
 
 
 
Kiran Makam
Guest
Posts: n/a
 
      05-19-2009
On May 19, 7:05*pm, vunet <vunet...@gmail.com> wrote:
> I am currently obliged to use Struts 1 + Java
> where I find a lot of disadvantages and no flexibility to easily
> integrate various scripts within the code to have AJAX UI.

We are using Struts+Java on server-side, custom UI components and YUI,
and JSON for transferring data in our application. We have not faced
any major issues in integrating backend with UI.

Can you tell more about the issues, which you are facing.

Kiran Makam

 
Reply With Quote
 
 
 
 
vunet
Guest
Posts: n/a
 
      05-19-2009
On May 19, 10:37*am, Kiran Makam <kiranm...@gmail.com> wrote:
> On May 19, 7:05*pm, vunet <vunet...@gmail.com> wrote:> I am currently obliged to use Struts 1 + Java
> > where I find a lot of disadvantages and no flexibility to easily
> > integrate various scripts within the code to have AJAX UI.

>
> We are using Struts+Java on server-side, custom UI components and YUI,
> and JSON for transferring data in our application. We have not faced
> any major issues in integrating backend with UI.
>
> Can you tell more about the issues, which you are facing.
>
> Kiran Makam


Yes,for example, there are <html:html> or <html:form> tags (on JSP
side) which I am not able to easily modify, say add onClick events,
etc., because they generate the back-end HTML code. Of course there
are workarounds, or maybe, I am not much of a Struts expert yet but I
find these inconveniences here and there. The system I work with had
been created years ago so I find it hard to use with AJAX in some
cases unless I recode pages.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: D.A.L. (h) xxx-xxx-xxxx Don Klipstein Digital Photography 1 11-11-2010 09:28 AM
"xxx.has_key(a)" vs "a in xxx" Ɓukasz Ligowski Python 0 10-30-2008 02:37 PM
value of type "xxx" cannot be converted to "xxx" Bert Leu ASP .Net Web Services 2 06-06-2007 09:57 PM
Unable to import Binding "xxx" from namespace "xxx" while running the WSDL tool for a Java Webservice punit.raizada@gmail.com ASP .Net Web Services 0 06-21-2006 08:59 PM
print <<XXX parses some text in scope ending with XXX -- Why? Richard Lionheart Ruby 4 05-05-2004 07:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57