Displaying 20 results from an estimated 130 matches similar to: "ILOG/JRULES/J2EE project opportunity"
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,
1999 Jul 27
12
hi
hi
This is Tarun from Indusa Global , Jamaica
pl. reply
regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tarun.vcf
Type: text/x-vcard
Size: 180 bytes
Desc: Card for tarun kumar
Url : http://lists.samba.org/archive/samba/attachments/19990727/506b9d4c/tarun.vcf
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:
---
>
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 about
other
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 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,
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
2008 Nov 11
0
RE: Xen-users Digest, Vol 45, Issue 45
Kathy,
Thank you very much!
Peter Olson
Alcatel-Lucent
Member of Technical Staff
Services Technologies
1960 Lucent Lane
Rm 7G334
Naperville, IL 60566
peterolson@alcatel-lucent.com
Phone: 630 979 0573
Mobile: 630 430 6926
-----Original Message-----
From: xen-users-bounces@lists.xensource.com
[mailto:xen-users-bounces@lists.xensource.com] On Behalf Of
xen-users-request@lists.xensource.com
Sent:
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
2005 Jul 27
0
need help of samba
hi,
I have configured samba in redhat linux 9.0 with windows xp client
machine. i m not getting the share option when right clicking the
windows drive after logging into the domain. so please help me guys.
if i want to send the config file please inform me. the main prob is i
m not able to access the two windows machine drive logged into the
domain.kindly help me.. thanx with advance.
--
with
2011 Nov 24
0
sem package (version 2.1-1)
Dear R users,
Version 2.1-1 of the sem package, for structural equation modeling, is now
on CRAN.
Unlike version 2.0-0, which was a major overhaul of the package, version
2.1-1 just sprinkles some syntactic sugar on it, introducing the
specifyEquations() and cfa() functions; specifyEquations() supports model
specification in equation (rather than path) format, and cfa() facilitates
compact
2011 Nov 24
0
sem package (version 2.1-1)
Dear R users,
Version 2.1-1 of the sem package, for structural equation modeling, is now
on CRAN.
Unlike version 2.0-0, which was a major overhaul of the package, version
2.1-1 just sprinkles some syntactic sugar on it, introducing the
specifyEquations() and cfa() functions; specifyEquations() supports model
specification in equation (rather than path) format, and cfa() facilitates
compact
2009 Aug 11
0
SEM decomposition of Hessian
I'm trying to run an SEM, but I keep getting the following error message.
In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names = vars, :
Could not compute QR decomposition of Hessian.
Optimization probably did not converge.
I have 4 latent variables (plant, AMF, abiotic, and soilAgg) with 2 or 4 indicator variables for each latent variable.My model is specified as:
>
2013 Sep 06
4
About de Bruijn sequences in bitmath.h
Found this code: ftp://ftp.samba.org/pub/unpacked/ntdb/lib/ccan/ilog/ilog.c
Tests show that it's faster to use the following code in FLAC__bitmath_ilog2_wide():
static const unsigned char DEBRUIJN_IDX32[32]={
0, 1,28, 2,29,14,24, 3,30,22,20,15,25,17, 4, 8,
31,27,13,23,21,19,16, 7,26,12,18, 6,11, 5,10, 9
};
FLAC__uint32 v;
int m;
2012 Mar 24
1
Double And average a vector
Dear all,
I am reading with R some measurements vectors from an external device.
The length of each vector (containing numbers) is not constant.
I would like by doubling the numbers of elements I select to shrink the vector to a new one
Let's call the vector I read from the device as oldvector
and the shrinked version of it as newVersion
I want to have
newVersion[1]<-
2002 Jul 20
3
Vorbis 1.0 spec notes, part 1
I have undertaken a small project of writing a Vorbis decoder
completely from the spec, with the goal of catching any errors, both
typographically and algorithmically, in the spec. My "reference"
decoder is also being written in an extremely methodical style, with
practically no algorithmic optimization, such that it will be clear
that every step has been copied exactly from the spec.
2008 Aug 19
1
Polynomial regression help
I have a simple X, Y data frame that I am trying to run regression analysis
on. The linear regression looks great, but when I use lm(formula = y ~
poly(x, degree = 5)) I get the same coeffecients. So for example if I use
degree =3 my formula would look like y = 4.2 x^3 + 3.2x^2 + 2.1x + 1.0 and
my degree 5 would look like y = 6.5x^5+ 5.4x^4 + 4.2 x^3 + 3.2x^2 + 2.1x +
1.0, which doesn't make
2008 Aug 29
0
Fw: Voice Activation Level (speex 1.1.11.1)
Manisha,
I'm still here. :-) Here's the function:
// Returns the average power level in the given signal
float getPower(signed short int *signal, int numSamples)
{
int i;
float amp;
float powerSum = 0.0f;
for (i = 0; i < numSamples; i++)
{
amp = (float) abs(signal[i]);
powerSum += amp * amp;
}
return powerSum / (32768.0f * 32768.0f *
2002 Nov 07
4
Preferable contrasts?
Dear all,
I'm working with Cox-regression, because data could be censored.
But in this particular case not.
Now I have a simple example: PRO and PRE are (0,1) coded.
The response is not normal distributed.
We are interested in a model which could describe interaction.
But my results are depending strongly in the choose of the contrast option.
It is clear that there is some dependence in
2011 May 16
0
Problem installing Rcplex in ubuntu
Dear List,
I'm trying to install Rcplex on a ubuntu 64 bit machine, and have not been
successful.
After installing cplex latest version from ibm's website (everything as
standard, except
had it installed unto ~/ (the home directory) rather than the default
directory).
i type (from inside the directory where Rcplex_0.3-0.tar.gz is):
>CPLEX_INCLUDE_PATH=~/ILOG/CPLEX/cplex