search for: j2ee

Displaying 20 results from an estimated 198 matches for "j2ee".

2006 Jan 08
6
J2EE equivalent
Gang- 1. Is there anything in Ruby that handles the .properites files similar to the J2EE application servers. Or do I need to define all of the properties as constants? 2. Is there anyway I can load some of my classes (such as singletons) during the startup? I am looking for the startup classes that J2EE containers provide. Thanks -- Posted via http://www.ruby-forum.com/.
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 that at some point, people will want the flexibility to run their Rails code on a separate machine from the Web server, etc. On the other hand, the Rails package seems to provide a lot of nice...
2005 Dec 15
5
Rails vs. J2EE: Sharing state in memory?
...at 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 Java, let me rephrase that to prevent missunderstandings? Is there any equivalent to using the Application Context in J2EE, a Singleton or static class members to store objects? Cheers, Mariano _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
...ke it a great day: ZAR ================================================================= ZAR PETKOV, Nov. 2002 (905) 727-2176 Toronto, CANADA ZarPetkov@Compuserve.COM Enterprise Rescue-Operation Consultant for large - scale projects in Java/J2EE/EJB/XML/JMS or C#/C++/.NET & Rule-based environments. Recognitions_____________________________________________________ COMDEX Best Application World Trophy, with the Merrill Lynch team; RON technology candidate of the year ( over 500 member companies); Individual Liberty Mutual Award for cri...
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 there anything out there that''s more complex. A quick google yielded Mint and dwatch, which I thought fell into those ge...
2009 Jun 18
0
SSOAP access to a j2EE-ws service
I am currently trying to access a SOAP web service (hosted on a JBoss5 server and defined as a J2EE-ws service) via the SSOAP R-package. But all I can get is a NULL answer. The web service seems to work as it can be accessed using a general web-service tester. The web service wsdl is here: http://smg8.ulb.ac.be:8080/web2?wsdl. This is how I try to call the web service from R: --- > libra...
2004 Jul 21
0
ILOG/JRULES/J2EE project opportunity
...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 Experience in the use of following inference engines is a plus. (NeuronData, OPSJ, GOPS) Broad understanding of the Java API, including but not limited to EJB, JSP, Servlets Strong knowledge of des...
2010 May 13
0
J2EE/RoR Developer -- Greenville, SC
We are working with a client on the following Developer opportunity... • J2EE and/or Ruby on Rails (RoR) • At least one of the following databases: DB2, SQL Server, or Oracle • Minimum 3 years experience • Responsible for UI development • Employment type: Permanent • Location: Greenville, SC (relo provided) If this opportunity interests you, or if you would like to know...
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...
2006 Apr 07
1
Rails on Oracle tutorial... from Oracle!
...en 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 and has, in less than two years, gained significant traction among J2EE and PHP programmers. The attraction of both J2EE and PHP programmers makes a lot of sense when you look at the strengths of Rails. For one thing, it us...
2009 Dec 31
3
XML and RCurl: problem with encoding (htmlTreeParse)
...ontact Oy ??Helsinki ? Ilmoitus lis??tty: 30.12.2009. Viimeinen hakup??iv??: 30.1.2010" [4] "????HALUATKO IT-ARKKITEHDIKSI SHANGHAIHIN? ??HALUATKO IT-ARKKITEHDIKSI SHANGHAIHIN? ??Shanghai, China ??Ilmoitus lis??tty: 30.12.2009. Viimeinen hakup??iv??: 28.2.2010" [5] "????HALUATKO J2EE-OHJELMISTOKEHITT??J??KSI SHANGHAIHIN? ? HALUATKO J2EE-OHJELMISTOKEHITT??J??KSI SHANGHAIHIN? ??Shanghai, China ??Ilmoitus lis??tty: 30.12.2009. Viimeinen hakup??iv??: 28.2.2010" [6] "????Korkeakouluharjoittelija/ ty??el??m??valmennettava ??Suomen suurl??hetyst?? Pristina, Kosovo ??Pristina...
2006 Feb 17
4
Three-tier
Hi Everyone, I''m working at getting Rails introduced in my company. We''re a J2EE shop. Our deployments make use of thee-tiered architecture, just to be clear, that means that there are essentially three machines involved in dealing out an app: a webserver, an application server, and a database server. As I see it (unless I''ve missed something) Ruby is essentially...
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 Apr 24
7
Online banking with Ruby on Rails?
I am wondering if it would be possible (and safe) to develop online banking or other security-related applications with Ruby on Rails, instead of using J2EE frameworks or .NET? Are there any particular implications needed to write e-banking apps with Rails? Security problems? So... is anyone developing these types of applications with RoR? Any advantage or disadvantage? Personal experiences are welcome! Thanks!
2006 Jan 06
7
Question
All, I am looking to write an ecommerce application and debating using rails or struts. Any advice as to which path to follow.
2005 Dec 28
1
Ruby on rail newbie
Hi everybody, sorry if the message does not have this place there. I''m a one-year experienced php developper. I use this language for all my web applications. I prefer php to Java/J2ee because, of its simple features, its powerness and the fact that it let the user choose the way he wants to program(This is particularly benefical when i''m prototyping) For me the shibboleth of j2ee is: "why make it simple when we can make it complicated". On the ot...
2006 Jul 21
20
Struts vs RoR
hi, I recently attended one of the ruby meetings that we have in my city. There one of the speaker said that google,amazon .. are working on RoR but still the performance of RoR is not at par with J2EE others.... he meant that though google,amazon working o it they will not bring it as front applications only parts the reason ruby is slow in comparison to other languages.... and in real time systems also it wont be used.... now the concern is i have to implement a project management web based a...
2006 May 14
12
Is there a place for java in Ruby on Rails apps?
Hi all, I''m asking this question from the standpoint of a developer with almost 10 years experience with Microsoft technologies, mostly doing server side component and database work. So, I''m not very familiar with the java world. Can anyon tell me how/if java development can complement Ruby on Rails development? I''m not interested in how java can duplicate Rails
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 hand I don''t know, how heavily my n...
2005 Aug 02
3
Scriptaculous: Sortable (dragdrop.js) onUpdate
Hi all, In the following code, it doesn''t look like the onUpdate() event is firing. Am I doing something wrong? <ul id="testSort"> <li id="item1">item 1</li> <li id="item2">item 2</li> <li id="item3">item 3</li> <li id="item4">item 4</li> <li id="item5">item