similar to: Equivalent of java httpclient

Displaying 20 results from an estimated 600 matches similar to: "Equivalent of java httpclient"

2006 Mar 24
2
Slider: passing the slider object to onChange and onSlide?
I''m working with a couple of slider objects on one page. I''m using onChange to do a couple of things. onChange passes the new value of the slider, but not the slider object itself. Has anybody found a way to get the object? More details: A simple example would be to do the following: Put multiple sliders on a page. Now, when a slider is moved, change it''s track
2006 May 14
9
IBM UniVerse database adapter for ActiveRecord?
I''m facing a situation where I am going to have to integrate with a legacy database , specifically the IBM UniVerse database, which is not *quite* relational. It feels like a holdover from the dark ages of computing. Before I attempt writing an ActiveRecord adapter, I''d like to know if anyone else uses this database and if I''m the only person that needs this thing. I
2006 Aug 16
4
Deploying only what you need with Capistrano?
The recent Rails security issue highlighted a concern I''ve had about Rails deploys; namely, you shouldn''t deploy anything to production that you don''t need there. Rails apps have a number of scripts--potential security holes or DOS targets in this case--along with all the other application code you need. There''s no reason you should have script/server, console,
2006 Mar 27
6
Fwd: Tricky block args
We in the JRuby project are working to get Rails to work successfully. However, the array-indexed block parameter is not something currently supported in JRuby: x = {} [1,2].each {|x[:foo]|} This is not used extensively in the Rails code, but it''s used enough to cause things to break in JRuby. We have been modifying the above to use a temporary local variable, but obviously
2006 Aug 15
20
Talking to Java APIs
I''m trying to figure out how Ruby in general, and/or anything extra Rails may have, can talk to Java APIs of third party server apps. After quite a few search attempts net-wide and on ruby forums, and with "Programming Ruby" in hand, I''m coming up with zilch. Either I''m not finding it, or I''m not recognizing it. I''m assuming there has
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 02
4
Ruby on Rails + DB2
Received this link from a regular email blast, it may interest some of you. I guess RoR is starting to gain more traction :-) http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0606dumbill/?ca=dnw-723 Cheers Mohit.
2006 Aug 14
2
Rails Monitoring, reprise
Last week I posted a question about monitoring Rails applications. Basically, the java folks at my business cited one of their reasons for sticking with Java is it''s monitoring tools. After picking some ears, I found out that the one we''re looking at most is JBoss Operations Network. And I have to say, it''s pretty neat.
2001 Sep 28
5
smbclient error
Hi, I've installed Samba on AIX 4.3 machine named ibmf40, and the domain name is vercom. This is how the smb.conf file looks: [global] netbios name = ibmf40 workgroup = vercom server string = Samba Server security = user However I get an error when trying to run smbclient as follows: ibmf40 /usr/local/samba/bin # ./smbclient -L ibmf40 -N added interface ip=65.45.28.4
2006 Apr 06
2
Java: How to interact with ruby generated fields
Hello community, I''m new to rubyonrails and to this Forum. I have to call 2 Fields, generated by ruby, from a javafunction (onSubmit) but when I use this example it didn''t work, why? <%= start_form_tag({:action=> "show"}, { :onSubmit =>"post[testfieldone].value=examplefunction(post[textfieldtwo].value+post[textfieldthree].value);" }) %>
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 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
2013 Feb 20
0
CESA-2013:0270 Moderate CentOS 5 jakarta-commons-httpclient Update
CentOS Errata and Security Advisory 2013:0270 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0270.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 6a81b59c499338ef192d95e6752878fa839958581720e3305403043b73923419 jakarta-commons-httpclient-3.0-7jpp.2.i386.rpm
2014 Sep 08
0
CESA-2014:1166 Important CentOS 5 jakarta-commons-httpclient Security Update
CentOS Errata and Security Advisory 2014:1166 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1166.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: d398f2079dd566675279027bf92c5a1e3bebb29f1ea1aaf605387ee03097d671 jakarta-commons-httpclient-3.0-7jpp.4.el5_10.i386.rpm
2014 Sep 08
0
CESA-2014:1166 Important CentOS 6 jakarta-commons-httpclient Security Update
CentOS Errata and Security Advisory 2014:1166 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1166.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 7878b41ad4c32987d6d2e71a437f0dd514dc1603d43c43196e9e67af44e1f677 jakarta-commons-httpclient-3.1-0.9.el6_5.i686.rpm
2014 Sep 08
0
CESA-2014:1166 Important CentOS 7 jakarta-commons-httpclient Security Update
CentOS Errata and Security Advisory 2014:1166 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1166.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: a802c06193ab5bae8fc27a86629ba6a11e337019af8a1f73afdf61b06f57cf17 jakarta-commons-httpclient-3.1-16.el7_0.noarch.rpm
2009 Oct 28
0
Basic Authentication within a POST-request using HTTPClient
Hey, I want to call a service with HTTPpost behind a BasicAuth using HTTPClient like this: client = HTTPClient.new body = { ... } client.set_auth(domain, user, password) client.post (domain, body) Receive a 401! If I try it with GET, it''s perfectly working, so I know the user/ password is correct. It seems, using POST, the set_auth-method is not called. Does anyone has an idea or
2006 Jun 23
9
Connecting MQ from Rails ??
Hi all, I want to Connect to IBM MQ from Rails/Ruby, can it be done? and get the messages from the Queue, then i want to use this message in ruby/rails. Is there a direct way of doing the above job?? If so any packages are available? If there is not a way currently, and any thoughts of how we can do the above job indirectly through some other means or round about ways or workarounds can be
2010 Mar 02
9
Filebench Performance is weird
Greeting All I am using Filebench benchmark in an "Interactive mode" to test ZFS performance with randomread wordload. My Filebench setting & run results are as follwos ------------------------------------------------------------------------------------------ filebench> set $filesize=5g filebench> set $dir=/hdd/fs32k filebench> set $iosize=32k filebench> set
2010 Mar 05
17
why L2ARC device is used to store files ?
Greeting All I have create a pool that consists oh a hard disk and a ssd as a cache zpool create hdd c11t0d0p3 zpool add hdd cache c8t0d0p0 - cache device I ran an OLTP bench mark to emulate a DMBS One I ran the benchmark, the pool started create the database file on the ssd cache device ??????????? can any one explain why this happening ? is not L2ARC is used to absorb the evicted data