Displaying 20 results from an estimated 100000 matches similar to: "javascript integration into rails"
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003!
Let it be prosperous for both you and me!
Below you see a very short version of my CV as of January 2003
for your kind consideration and update.
Word, TXT, and PDF version of the complete CV are available upon request.
Enjoy the economic recovery!
Make it a great day:
ZAR
=================================================================
ZAR PETKOV,
2006 Mar 23
0
Porting from Struts to Rails
Hi all,
I''ve been put into the unique position of having to port a J2EE app
using Struts and Hibernate over to RoR. The good news is that it''s not
a terribly complicated application. The bad news is that I know next
to nothing about Struts. I took some Java classes in my university
days and have had the opportunity to work with a couple Java
developers in the past, so
2006 Feb 20
0
Review of Ruby For Rails Chapter 3
Here''s my review of Chapter 3:
As the author says, this is a transitional chapter. The first chapter was
an introduction to Ruby, and the second was a similar introduction to Rails.
Now we begin the real purpose of the book, which is to dig into the Ruby
behind the Rails.
Periodically the question arises on this list about how much Ruby you need
to know in order to do Rails.
2008 Mar 26
0
Web Developer openings in Boston
We have openings for Web Developers in Boston.
The developers will be responsible for both new/migratory application
system design and development in Ruby on Rails, PHP, Java Servlets,
JSP, and Java backend applications. The environment includes a web-
based client login interface, transaction processing systems,
invoicing and payment systems, a corporate web site, ad serving and
tracking, mass
2006 Apr 13
3
Java/J2EE DAO/model objects vs. Ruby/Rails model objects
In typical Java/J2EE applications, domain model object do not have much
logic, they are basically data holders. It seems to be considered a sin to
put persistence logic in the domain model objects, instead it should be put
a DAO (Data Access Object). I have always thought this seems funny, after
all, what seems more natural/object-oreiented?:
user.save()
or
userDao.save(user)
In Ruby/Rails,
2004 Jul 21
0
ILOG/JRULES/J2EE project opportunity
Hi
Please call or email me if you would be interested in the following
project
Senior Rules Engine (ILOG) Consultant
Location: Saint Louis, MO
Duration: 6 months
Skills:
At least 5 years strong development experience with OO languages,
specifically on complex web applications using Java J2EE
3 years of Rules Engineering experience, Rules engine : ILOG experience
is required
2005 Mar 30
2
Beginner question: serverside singletons?
Hello all, just started tinkering with Rails after reading all the hype about
it. I''m a raw novice with Ruby and (obviously) Rails, but have extensive
experience with serverside Java (J2EE stack, Tapestry, etc). Rails looks
cool, though embedding Ruby code in HTML reminds me unpleasantly of JSP +
Struts and I''m deeply suspicious of all the behind-the-scenes magic going on
in
2011 Apr 18
0
Mobile application / Ruby on rails development
I have 20 years experience in software industry with focus in Open
Source Platforms, Frameworks and Tools Development, Web based
development using J2EE and Open Source Platforms,.Net Based Product(s)
Development and Mobile System and Application Development.
Currently I am involved in the development of mobile integration of
Issue tracker running on GitHib using Rhomobile platform. This is an
2006 Aug 07
3
Monitoring Rails apps?
I just had an interesting meeting with developers from other parts of
my company. One of the things they said they really liked about Java-
based solutions was the availability of sys-admin tools to monitor
Java (probably J2EE) applications.
Nothing comes to mind in the RoR camp to cover this. I''m sure there
are plenty of generic tools for watching pings and log files, but is
2006 Apr 07
1
Rails on Oracle tutorial... from Oracle!
I''ve not seen this posted anywhere else on the list..
http://www.oracle.com/technology/pub/articles/haefel-oracle-ruby.html?rssid=rss_otn_news
Abstract:
"
You may have already heard about Ruby on Rails, the new application
framework that seems to be taking the Web development community, in
particular J2EE and PHP programmers, by storm.
Rails is a capable Web application platform
2006 Jan 25
0
Seeking Rails Developers in Bay Area (Marin County)
Hi There,
We have a couple open positions for Rails developers in Marin County,
just across from Golden Gate Bridge from San Francisco. For a
variety of reasons, we''d prefer folks from a Java background, but
mostly we need smart, agreeable, disciplined, and self-directed.
Here''s the full job description. Please use the address at the end
of the message rather than
2006 Apr 19
9
translating RoR framework into the Java environment
For a company study I am trying to come up with what would one need
to replicate *grosso modo and at the functional level* what we get in
Rails. This does not need to be an "equivalent" solution, just what a
Java programmer would build upon, the canonical aggregation of
components, the usual tools.
My first fraft is:
Struts -> C layer
Hibernate -> M
2006 Jan 19
7
Rails or Java J2EE (Spring, Struts Shale) - scalabilty
Hi,
normally I am doing all my webprojects with PHP. But now I am planning
to use a framework, either Ruby On Rails, or Java in particular J2EE
with Java Spring, or Struts Shale.
Well, I already tried RoR a few month ago, so I am simply comparing it
to the Java alternatives now. My problem is, that maybe using Java for
my projects is like using a dredger to grub a small hole :) But on the
other
2006 Jun 28
20
Rails Vs JBoss Seam
I have been frustrated with J2EE technology just like any other developer who has worked in that
technology for a long time. This made me learn about Rails and I was excited about RoR. Today I
came across JBoss Seam framework and I am not able to contain my excitement.
My passion for JEE development is back. It seems like it is better than RoR. I would like to hear
differnt opinions about this
2006 Mar 26
3
Charts and Java servers
Hi,
As a long time Java/J2EE exponent I wanted to give Rails a fair crack of the
whip and after we evaluated it for several weeks I have to say I like it.
The installation process for the base system/framework is straightforward on
the two platforms we''ve tried (Windows and Mac OS X). However, the charting
components available, relying on ImageMagick or GraphicsMagick seem less
clear
2006 Apr 17
0
doing synchronous JSON on rails
So I have found how to generate json in a rails app in the wiki
(http://wiki.rubyonrails.com/rails/pages/HowtoGenerateJSON), what I have
yet to figure out is how to make a synchronous call via json to rails so
that I can block while fetching the information from a user request.
context:
I have used JSON on top of java in the past, and in order to make
synchronous calls I had to do the
2005 Dec 20
9
Mad Rails
Hello all,
I work for a company located in Madison, WI and we''re looking at
replacing a pre-Struts J2EE ecommerce app with Rails. ''ve been
using Rails with pleasure for the last year on several supporting
applications, and I have everyone else convinced that it''s at least
worth investigating. The developer team has a few experienced Java
developers who are
2007 May 06
0
Initializing a Scheduler
I have a need for a scheduler to run from inside of my rails
application. I am familiar with Java (J2EE) and new to Ruby. In Java I
would have used a framework called Quartz. I would have created a
servlet and in the init method started up the Quartz framework. I have
created a new Ruby class and called it StartCron.rb in the Components
folder of my Rails app. I have been playing with the
2006 Jan 09
2
Ruby on Rails and WURFL?
Hi!
I''m a newcommer to Ruby and Rails. I''ve just got the environment done on
my Mac OS X machine and I am eager to start to learn more!
It seems as such a great plattform for doing webapplications.
I have a specific task I would like to acomplish but being a newbie with
Rails and Ruby am not sure where to start.
What I want to do is to create a mobile site that is very
2005 Dec 15
5
Rails vs. J2EE: Sharing state in memory?
Hi,
I am from a Java background and pretty new to Ruby and Rails.
What I am wondering is how I would shared state accross requests and users
without involving IO, i.e. use memory.
My current understanding is that for each request a new process ist spawn
and therefore it gets its own memory. So no sharing can take place between
requests?
Do I understand this right? For those who know