search for: ejb

Displaying 20 results from an estimated 37 matches for "ejb".

Did you mean: eb
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
...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 critica...
2006 Mar 23
15
Is Rails Appropriate for our Project?
...h some additional ammunition to help push a rails project I''m pitching over the proverbial tipping point at my company. The Situation: I''m the lead architect at a large bay area retailer. My team and I are currently suffering through the process of paying for the j2ee (swing/ejb 2.0 apps) sins of a large software vendor and and equally large consulting firm while trying to cope with complex business requirements that come on a daily basis. I ported one small transactional app to Rails as a proof of concept and am now pushing to rewrite one of the larger crud applicati...
2006 Jan 31
4
Rails to Java
Hello, I just started playing with RubyOnRails. It is indeed fascinating! I have a question about using rails models to connect to backend Java (i.e. EJBs) instead of database. Any pointers will be appreciated. Thanks and Regards, Khaled -- 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
2008 Sep 05
4
Java vs. Ruby on Rails
I wrote a blog post <a href="http://www.pardontheinformation.com/ 2008/09/java-vs-ruby-on-rails-it-is-dead-heat.html">Java vs. Ruby on Rails</a> that I thought you might enjoy. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email
2000 Aug 07
1
openssh 2.1.1p4-1: port number data in known_hosts: suggestion
...ely requires the extra overhead of an external program passing all the data in both directions... In my opinion, you really need a host/port pair to specify the destination, so anything like this should provide a way to specify the port as well as the hostname/IP address.... -- E. Jay Berkenbilt (ejb at ql.org) | http://www.ql.org/q/
2006 Jan 20
6
Sharing a Model
I have two rails applications that modify/view the same data. Is there a DRY way of sharing a model (not just database) between two separate applications? -- Mike
2006 Feb 18
44
I forgot. Why do we hate* Java?
Hi, I''ve started reading some Java books. Gasp! What makes website development with Java so bad? I haven''t looked at Struts but I''m reading about Hibernate. Compared to ActiveRecord, Hibernate seems like some extra typing to explicitly define the model fields, getters and setters. I know that these are things that you can do in ActiveRecord when things get complicated
2006 Feb 09
1
(no subject)
...remote proxies. Easy to set up. Faster than XML. Can re-use ActiveRecord. A bit tricky to get right -- where is that method being called? Won''t every method call be a remote call in this design? This fine-grained remote interface approach didn''t pan out so well with remote EJBs, to say the least. DRb + pass ActiveRecords by value. DRb creates a local copy of each remote ActiveRecord. Coarse-grained remote interface. Can use ActiveRecord methods locally for formatting, calculations, etc. Big drawback: ActiveRecord expects a working database connection. It uses...
2006 Aug 12
7
Where should "business logic" reside in Rails?
...go across a specific data model. Are model classes primarily for record I/O and validations? Would business logic classes also reside in ./app/models? Or would these classes reside in the ./lib directory? (If not, what type of code goes in ./lib?) I am thinking about the differentiation of the EJB Session and Entity Beans ... or perhaps the paradigm is simplified in Rails? Thanks in advance for the enlightenment! Allen -- Posted via http://www.ruby-forum.com/.
2013 Apr 09
2
Getting Started
...d-sqllite3-adaptor) I copy and paste that so it''s no typo and I get ERROR not found (really, ruby on rails prides self on coming with all dependencies? ya right and if it''s too slow on top of that, I might as well go to VS2012 on Windows 8 Metro and RIA services or eclipse and EJB 2.0 for masochistic fun) ERROR: Could not find a valid gem ''activerecord-sqlite3-adapter'' (>= 0) in any repository ERROR: Possible alternatives: activerecord-jdbcsqlite3-adapter, activerecord-sqlserver-adapter, activerecord-nulldb-adapter, activerecord-simpledb-adapter, a...
2005 Feb 14
3
tomcat where ?
hi, Where i can download tomcat in rpm format (latest version) ? Thanks
2004 Jul 21
0
ILOG/JRULES/J2EE project opportunity
...lly 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 design patterns, re-factoring and unit testing Experience with relational databases is a plus Excellent written and oral communication skills Experience with application servers - JBOSS 3.2x Experience XML and XML Schema - castor desired...
2008 Mar 26
0
Web Developer openings in Boston
...L or Oracle, or other compatible SQL and PL/SQL. * Solid experience designing and programming a Ruby on Rails or Java web-based system either in an educational/research or business environment. * Experience or familiarity with Unix/Linux, Web Services, XML/XSL, SOAP, AJAX, Ruby on Rails, PHP, J2EE, EJB, Struts, JavaScript, HTML, CSS. * Strong verbal & written communication skills. "Team Player" mentality is a must. * Excellent problem-solving skills. * Ability to work in a fast-paced deadline-driven environment. * A Fascination with technology and a drive to succeed. * Experience w...
2012 Apr 02
0
Requirement for Java Developer [REQ:104605]
...ss. Job Title: Java Developer Primary Skills: JAVA Location: Boston,MA Duration: 6 Months Skills Required: 5+ years of J2EE + Oracle experience Strong knowledge in Java/J2EE technologies (JMS, Struts 1.1, Spring 2.5, Hibernate 3.2, JSF, XJS, EJB 6.1, MQ 7 etc.) Excellent design and development experience in J2EE Good knowledge of Oracle 10.2, SQL/PLSQL Knowledge of UNIX Knowledge of ClearCase/ClearQuest-UCM Rebase/Delivery for code-merge with other parallel releases Knowledge of build tools - TeamCity and Rational BuildFo...
2007 May 06
2
NetBeans gets RSpec support
It looks like the lates NetBeans milestone can run RSpec specifications: http://wiki.netbeans.org/wiki/view/NewAndNoteWorthyMilestone9 I haven''t tried it myself, but if anyone else does please tell us about your experience. Aslak
2006 Oct 19
2
Connecting to XML/SOAP feed that requires pkcs12 certificate for client authentication
...... that''s normally not an issue. But this one has a hoop that threw me for a loop. Some corporate security geek implented it such that a client certificate (pkcs12) is required to validate my identity before their system will talk to me. The remote system is, of course, running J2EE w/ EJB inside their firewall. But for external parties, they require the certificate on top of the SSL connection. I know how to do it on .Net/IIS (basically we have to create a Java keystore and import the PKCS#12 Token). Problem is we''re in the process of leaving .Net and are doing all our n...
2013 Jan 24
1
(patch) Layers for pdf() grDevice
...etermine a way to do it without duplicating most of the functionality of pdf(). I modified only the essential. I'm not optimistic that it will be [accepted / applied], but I've already done all the work and figured I'd finish it by showing it to the people here. thanks for your time, ejb [[alternative HTML version deleted]]
2010 Oct 06
1
KSCSV.ocx registry failure?
...;_DKSCSVEvents" -- [Software\\Classes\\Typelib\\{9D50E0E8-3451-4D82-B3EC-4E85E8C7D3CE}\\1.0] 1286041627 @="KSCSV ActiveX Control module" [Software\\Classes\\Typelib\\{9D50E0E8-3451-4D82-B3EC-4E85E8C7D3CE}\\1.0\\0\\win32] 1286400684 @="C:\\Program Files\\eBahn\\KSCSV.ocx" ejb at strixo:.wine$ cat system.reg |grep -B 2 -A 2 KSCSV [Software\\Classes\\Interface\\{22FD512B-B1B0-44D9-9958-F9860B400571}] 1286041627 @="_DKSCSV" [Software\\Classes\\Interface\\{22FD512B-B1B0-44D9-9958-F9860B400571}\\ProxyStubClsid] 1286041627 -- [Software\\Classes\\Interface\\{C546F...
2005 May 13
45
Why Wouldn't I Use Rails
I am starting a large project and still selecting what framework to use. Rather than ask brand x what is wrong with brand y, I am more interested in self confession. Why would I *not* want to use Rails (compared to Iowa and Nitro). I posted a synopsis of the project to ruby-talk but will repost it here if anyone wants it. xev