Does anybody know of a good list of what is new in JPA 2? Not what is new with Hibernate/TopLink in the version that supports JPA 2 but what is new in the actual spec.
Well thats all there is to it...is this possible? I understand that officially it's not supported but has anyone figured it out? I have some work to do where XP would be the preferred platform. I would expect that users of the actual device are not required to use Windows 7 so it stands to reason that this can be done. Any poitners in the right direction would be greatly appreciated.
Thanks,
brian
Hi All,
I am having a situation with my actionscript/flex front end.
for each (var sym:String in ["A","B","C"]) {
const handler = function (data:Object):void { Alert.show(sym); }
asyncCallback(handler);
}
I am expecting to have 3 Alert windows containing A, B and C. But the actual result is 3 alert windows all showing C !
I appreciate your comments.
-A
I'm kind of falling in love with Node.js not because you write app code in javascript but because of its performance.
I really don't care a lot about how beautiful a server side language might be but how much requests per second it can handle.
So anyway I'm looking forward to experiment building an entire webapp using Node.js (and going back to the actual question) is there a template engine similar to let's say the django template engine or something similar (that at least allows you to extend base templates) available for Node.js?
I am looking into providing an Android SDK add-on but can't seem to find a simple "how to". Is this limited to "device manufactures"? Are the details embedded in the actual SDK? Any guidance will be greatly appreciated.
I want to know if there are any free Subversion repository hosting servers where you don't need to have a 'project' to host your C++ files in.
I don't have a actual project, but I want to store my C++ in an SVN repository. I am looking for something like OpenSVN where you can upload your C++ files, but it requires you to have a project.
Can you recommend a Subversion hosting service where you can upload your files to an account, rather than a project. Something like: http://www.test-svn.com/~nathanpc/
hi,
I have a dict
val_dict - {'val1': 'abcd', 'val': '1234', 'val3': '1234.00', 'val4': '1abcd 2gfff'}
All the values to my keys are string.
So my question is how to find out type for my values in the dict.
I mean if i say`int(val_dict['val1']) will give me error.
Basically what I am trying to do is find out if the string is actual string or int or float.`
if int( val_dict['val1'):
dosomething
else if float(val_dict['val1']):
dosomething
thanks
I use this regex on some input,
[^a-zA-Z0-9@#]
However this ends up removing lots of html special characters within the input, such as
227;, #1606;, #1588; (i had to remove the & prefix so that it wouldn't show up as the actual value..)
is there a way that I can convert them to their values so that it will satisfy the regexp expression? I also have no idea why the text decided to be so big.
This is frustrating me. It should be something really simple but I can't get it to work IE. I want to get the height of the current window. Not the scroll height, not the document height, the actual window height. I've tried window.innerHeight which returns undefined and document.documentElement.clientHeight which gives the scroll height.
Why do I get a 400 - bad request error using the following URL? It is encoded using Server.UrlEncode. The actual path query parameter is C:\Development\Chase\Exports\ChaseExport-090312073930.zip
http://localhost:50199/Common/Forms/Export_Stream.aspx%3fpath%3dC%3a%5CDevelopment%5CChase%5CExports%5CChaseExport-090312073930.zip
I am using hudson which will run scheduled builds from time to time.
Problem is that i configured a shell script which will be excuted to perform the deployment and also restarting of domain.
As hudson is on the same application server as the actual application.
My hudson will stop and also stop the shell script after the asadmin stop-domain command so it doesn't proceed to start back the domain.
What can i do to resolve this issue?
Does switching activities in Android start a fresh JVM? It seems like each activity is meant to run as its own "main" method. If I have a singleton (via Guice, not an actual singleton in this case) should I expect to be re-creating it every time I switch activities?
Hi everyone,
I have a tabpanel where some tabs are hidden. How can i check which tabs are hidden and which are not.
For example:
- There are 5 tabs tab1, tab2, tab3, tab4, tab5. tab2 and tab4 are hidden.
- if i m in tab1 then tab2.hidden is true or tab2.isVisible() is false
- if i m in tab1 then tab3.hidden is true or tab3.isVisible() is false
So how can i check the actual hidden tabs????
Thanks a lot for help
Regards
I would like to take blank secure stock paper and convert it in to a check.
I know you can get magnetic toner and print MICR.
The question is the actual font to use or should i get a package and send the data to it to print the check?
Can multitouch events be tested on Android Emulator ? Or is there any way to test this without actual device ? I am using 2.0 sdk and want to test zoom-in zoom-out on by two fingers.
Is there a way out ?
Hey,
I want to know if there's a few folks out there with experience in using admob for iphone apps.
I've just started using it and have a problem. When I close an in app ad the actual ad itself has moved up 40 pixels and is mostly hidden behind the navigation bar. In addition all of my own content is shifted up 40 pixels.
The addmob documentation is very limited so not much help there sadly.
Hi!
I have a large panel with lots of pictureBoxes inside it.
Is it possible to draw on these pictureboxes by drawing on the panel?
What i want is that the actual drawing is on top of the panel.
Is this possible to do, if so, how?
Thanks in advance
I am parsing a JSON string using JSON::XS module in Perl and I need to determine, if actual returned scalar is string or number, JSON::XS should return me that, but I cannot figure out how to ask? Any ideas?
Hi,
I have these 3 file in my program:
sample1.h (method in sample1.cpp are defined here)
sample1.cpp (all the actual implementations)
demo.cpp (I am using the methods in sampe1.cpp here, and have included sample1.h)
Now, I am using GDB to debug and I know the basic commands like "break lineno." or "break methodname". But, how do I debug the methods written in sample1.cpp?
I tried: break "sample1.cpp:mymethod" but it did not work.
Thanks
On the iPhone/iPod touch, settings could be kept in the Settings.app. Can you do this in Android? Or must you settings have to be in the actual appilcation?
Before going into production, our client demands actual numbers of how many users our web application can handle.
We have all kinds of features implemented including asset management (file uploads/downloads), documents import/export, various statistics, web-services etc.
Which tool (or set of tools) could do this?
Application details:
XHTML/jQuery
Coldfusion 8
SQL Server 2008
Windows Server 2008
Hi,
I want to be able to store the current time in millis in an oracle number field. How do I do this via a query?
select systimestamp from dual; returns the actual timestamp. Is there anyway that I can convert this into milliseconds the same way java's System.currentTimeMillis() does?
Actually I am working on bmi calculator. Where I would like to calculate bmi for height in inches and weight in lbs and also in need of correct formula for height in cm and weight in kgs.
I have tried but couldn't calculate actual value coming withing the range as below. It exceeds the range.
BMI Categories:
* Underweight = <18.5
* Normal weight = 18.5-24.9
* Overweight = 25-29.9
* Obesity = BMI of 30 or greater
Hi guys,
I just wanted to know if its necessary to set up all the banking info before proceeding with submission of the actual paid app for the binary.
Thanks and Regards,
Harikant Jammi
Is there a "best" way to edit CSS?
I'm looking for a designer tool. It has to "visual"... less code.
Visual studio does a good job but it seems to be lacking when it comes to the actual design stage.