search for: jsps

Displaying 20 results from an estimated 20 matches for "jsps".

Did you mean: jsp
2006 Jan 23
3
running a background task/thread in rails?
Hi, I am new to ruby and to rails, but I like what I see so far. I have been working on a web app in java (servlets and JSPs) that, based on a request from the user, kicks off a thread in the background to perform a task (puts messages in an MQSeries queue). The thread object is stored in the session and I then allow the user to control the task from the browser(like stop it). Is the same thing possible/easy to do...
2006 Aug 02
4
Struts
I have a STRUTS based webapp and I want to port it to RUBY/RAILS... Can anyone suggest a migration strategy...I would like to migrate my struts actions over time if possible. Jim _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
2003 Oct 21
1
Linux migration document.
Hi all, If you're looking at a Windows server to Linux & Samba migration (and let's face it, who isn't nowadays :-), the EU (god bless their little cotton socks :-) has published a wonderful migration how-to document here : http://europa.eu.int/ISPO/ida/jsps/index.jsp?fuseAction=showDocument&parent=news&documentID=1647 Cheers, Jeremy.
2006 Apr 04
10
Ruby server infrastructure evolution -> app. servers?
All, Just musing about this whole FastCGI thing (that I hadn''t even thought of since 1999 when looking at OpenMarket for a customer and even then it was "old"), and wondering when we might see projects/products that attempt to provide Ruby application services in a J2EE-like container. I see the Cerise project - any interesting information on that? I''m assuming
2006 Jun 07
16
How dows RoR work?
This is so frustrating. Is RoR that easy to learn or is it hype or is it just me? I wonder how many newbies like me are surfing the docs trying to get a clue of the basics. Every tutorial I find is much the same, and seems to skip the fundmental parts. How should you understand the Ruby API http://api.rubyonrails.org/? What is < ActionController::Base? Can''t I set a cookie under
2016 Apr 29
1
Problems with samba and Cobol .
Good day , some time I 've been having problems with samba and shared cobol files, the system freezes at random, and the only solution is to restart the samba service, or on some occasions restart the server , I tested with oplocks no results, smb.conf attached my settings. Thanks. [global] server string = %h server map to guest = Bad User obey pam restrictions =
2008 Oct 07
0
Web Engineer Needed in DC! Willing to Train Ruby
...eb-based software using core technologies like Ruby on Rails, PHP, and Java Qualifications - 5 - 8 years of software engineering experience - At least a bachelors in computer science or related engineering discipline - Strong web development skills including familiarity and experience with Java (JSPs, servlets), PHP, or Ruby on Rails - Familiarity with XHTML, and CSS - Understanding of Apache web server, Tomcat, and the PHP module - Understanding of XML and other W3C standards - Comfortable working on Linux - Highly flexible and extremely efficient, doesn''t mind multiple iterations on...
2009 Jan 10
0
General Question about route generation Rails 2+
...ement: Rails 2+ route generation, is it done only once at start up of mongrel? Is this only a dependency on how mongrel does things - looking for updates of config files on the fly or is it a Rails limitation? You see I also have used servlets and JSP, it seems there you can add new jars and new jsps using them - and they will be picked up with the correct settings. There are some changes in web.xml and I think other configs that require a restart, but I thought that was annoying - especially when doing rapid, iterative development. However, I thought when I started on Rails 1.x that I had th...
2018 Feb 22
0
[WORKSHOP] Computational Aspects of Simulation and Inference for Stochastic Processes and the YUIMA Project
...ne" interested in the YUIMA Project. A considerable part of the workshop is dedicated to discussion on further development of the YUIMA package. This workshop is supported by: - Department of Economics, Business and Statistics, University of Milan - CREST Japan Science and Technology Agency - JSPS Grant-in-Aid for Scientific Research ----------------------------------- Prof. Stefano M. Iacus, Ph.D. Director of MEF - Master in Finance & Economics http://www.mef.unimi.it CEO/CTO/Co-Founder VOICES from the Blogs http://www.voices-int.com Department of Economics, Management and Quantita...
2004 Aug 18
1
suggestions about file ownership in multi-user "sandbox"
Hello all, We have a directory containing some number (hundreds) of files that are used as a "sandbox" for development. These files then get deployed by our application server (they are mostly JSPs with a few other text or html files sprinkled in). Once people are satisfied with the files, they are then deployed to the production servers via a batch process. As a first step in doing some change tracking, I have rigged up this batch process to automatically submit changed files to a Subve...
2006 Jan 04
14
Rails on Tomcat or JBoss?
Hi all, The Rails book talks about running Rails under Apache, but is there a (relatively) easy way to deploy it to either Tomcat or JBoss? Is the CGI servlet the only option? Thanks, Ken -- Kenneth A. Kousen, Ph.D. President Kousen IT, Inc. <http://www.kousenit.com> http://www.kousenit.com <mailto:ken.kousen@kousenit.com> ken.kousen@kousenit.com
2006 Jul 15
7
:maxsize => 30 in form not working
Well, I''ve researched the books and the web to no avail (I tried the search here too but kept getting page not found.I''m doing what the examples say to do but I cannot get this work. The form allows entry of characters beyond the maxsize which causes the app to abend giving me the browser page showing a trace with the following info preceding the trace: Mysql::Error:
2003 Oct 24
2
EU Linux migration document. -- German Gvt. "Migration Guide"
...all, > > If you're looking at a Windows server to Linux & Samba migration > (and let's face it, who isn't nowadays :-), the EU (god bless their little > cotton socks :-) has published a wonderful migration how-to document here : > > http://europa.eu.int/ISPO/ida/jsps/index.jsp?fuseAction=showDocument&parent=news&documentID=1647 > > Cheers, > > Jeremy. > Hi, Jeremy, hi, all, I saw your posting regarding this document only today. While we are at it, please also take a look at the "Migration Guide", published by the German...
2006 Oct 11
5
Where is djvmti Agent?
...zelli wrote: > > Is it possible to use DTrace to zero in on the performance of > Java apps > > running in our webserver? > > Specifically, the webserver kernel process, webservd, is running > a jvm, > > and in that jvm run the deployed web applications. Servlets, > jsps, etc. > > I would like to zero in on the performance of the java class > methods. My > > current tool, LoadRunner, can return data on the main servlet, > but it > > stops there. I would like to have data on the routines/class > methods > > that the servlet calls....
2006 Mar 21
7
Rails and JRuby
Has anyone attempted to run Rails inside of JRuby? Is that even possible? Aside from the performance implications, is it a bad idea? I''m thinking that it might be useful in very rare cases where a Ruby/Rails - equivalent of a Java solution may not exist yet. Any thoughts? Wes -- Posted via http://www.ruby-forum.com/.
2006 Jul 08
2
Trouble getting select to work
I''ve tried pulling this together from examples in the book, searching the web and this list, but so far I''ve not been able to get it working just right. My table is a categories table with id and category fields. My form has the following: <td><%= select(''category'', ''category'', @categories = Category.find(:all, :order =>
2005 Jan 25
29
Write-up on RoR + XUL Sample
Hi Folks, Just a quick message saying that, after much demand, I wrote a quick write-up for the RoR + XUL thing I did yesterday: http://www.zedshaw.com/blog/programming/ruby_xul.html It lays out the few simple things I did, has a bit of rant on an unrelated topic, and other stuff but it''s short still. On a related note, I''d like to thank "xal" on IRC for reminding
2006 Feb 20
0
Review of Ruby For Rails Chapter 3
...ence who want to know if they can learn JavaServer Pages without knowing any Java. The answer is "yes, but really no". In other words, you might get away with it for a while, but you''re going to be very limited in what you can do. Plus, you won''t really understand how JSPs work unless you''ve learned about servlets, and so on. The author frames this issue very elegantly by pointing out two things: 1. Rails feels like a domain-specific language (DSL), so much so that you can forget there''s a powerful programming language behind it, and 2. Rai...
2008 Jan 30
3
Not all mongrel starting (Errno:EEXIST)
I''m playing with the mongrel clustering, and am having a problem getting 2 mongrels to start up reliably. This should be a pretty simple cluster, with just 2 instances running. My mongrel config (mongrel_cluster.yml) looks like: cwd: /deployment/installed/myapp/current log_file: log/mongrel.log port: "8000" environment: production address: 127.0.0.1 pid_file:
2006 Aug 15
66
What are the cons of using rails?
Performace hits? Integration with existing applications? Security? Bugs? Memory use? -Ben Lisbakken -- Posted via http://www.ruby-forum.com/.