I don't have a cell phone, but Google App Engine needs SMS to verify account, how to solve this problem ?
I'm surprised they don't use gmail account to do this.
Frank
Now I use my own Java FTP program to ftp objects from my PC to my ISP's website server.
I want to use Google App Engine's servlet to get Paypal IPN messages, then store the messages into my own objects and ftp the objects to my ISP's website server, is this doable ? I heard Google App Engine doesn't support FTP.
I don't expect Google to do it for…
We have switched to JBoss 6 to make it possible to use a wider range of Java EE technologies. We chose JBoss because of its small memory footprint compared to other application servers, so we have no other choice.
Do you know any developer tools that can be integrated with JBoss AS 6?
Thanks in advance
Jonathan Frank
How to use a filter to change an incoming request url :
From : "http://nm-java.appspot.com/Check_License/Dir_My_App/Dir_ABC/My_Obj_123"
To : "http://nm-java.appspot.com/Check_License?Contact_Id=My_Obj_123" ?
Frank
I don't know too much about encryption, I just want to ask, which method can get me the shortest result message ?
For instance, the message looks like this : "This is the secret input message", I wonder if the encrypted message can be shorter then the above 32 characters long ? Maybe something like "dfkfjkvf12".
Frank
Hi!
I am looking to embed a Quicktime with dynamically created starttime and endtime. This all works fine, however the Quicktime movie starts caching from the very beginning of the movie instead of from the starttime. Is there any way to get QT to cache from the starttime?
Much appreciated!
Frank
I'm using NB6.7 to auto generate an executable jar file for my project, how and where to tell NB to include a certain resource into the result jar file ? I know if I put the resource in the "lib" directory, NB will put it into "dist/lib/", but what I want is to include the resource within the final executable jar, where in NB do I specify that ?
…
I am using composite components in my JSF 2.0 project, and I want to combine my composite components with like this:
<ex:mycompositecomponent>
<f:ajax event="change" render="anotherComponent" />
</ex:mycompositecomponent>
Is there any way to do that?
Yours sincerely
Jonathan Frank
I have a PC with dual cores, it has two MAC addresses : 00-1D.... & 00-21.....
Are these IDs for the two cores ?
If I want to get hold of a unique ID for this PC, how to get it with a Java call ? Maybe there is something in Java like "System.getId()" ?
Frank
I have a ViewController and add programmatically a subview.
During the initialization of the subview (initWithFrame) i want to set some attributes to values according to attributes that belong to another ViewControllers Child-Object (not a view).
-(id)initWithFrame:(CGRect)frame {
if (self = [super initWithFrame:frame]) {
// The…
Hi,
Given a pair of floats for latitude and longitude, and a MapView, how do I get the MapView to drop a pin in the location and "zoom" the screen to display the location?
I've read through some of the SO posts and they all seem to be about specific aspects of this, but I haven't been able to "put them together" in my head.
Thanks very…
We hope everyone has had a chance to refresh and recharge after Oracle OpenWorld 2013. In case you didn’t have the opportunity to catch the full OPN Exchange keynote, we have it on demand for your viewing pleasure.
A highlight reel is up on the OPN YouTube channel and on Oracle.com.
You can also watch individual keynote…
I have been doing the Ruby in 100 minutes on the JumpStart labs website, and encountered a problem during part 5.
I was asked to create a good_morning method that would print out a greeting such as 'Happy Monday, it's the 130 day of 2013'. Here is my current program:
class PersonalChef
def good_morning
today =…
For a game server, I want to record details when a player makes a kill, store this, and then at intervals update to a sql database.
The part i'm interested in right now is the best method of storing the kill information.
What i'd like to pass to the sql server on update would be {PlayerName, Kills, Deaths}, where the kills…
Send us your tweets @wlscommunity #WebLogicCommunity and follow us on twitter http://twitter.com/wlscommunity
glassfish GlassFish
Marek’s JAX-RS 2.0 content from Devoxx 2011 – bit.ly/sp2NJO
chriscmuir chriscmuir
New blog post: ADF bug: missing…
Usecases:
1) Data Change in left region inputText field reflect changes in right region using contextual event.
example by Frank Nimphius :Value change event refresh across regions using Contextual Events
2) Select Tree node in left region reflects dependent detail form in right region using dynamic regions and…
BPM Process Accelerator Packs – Update | Pat Shepherd
Architect Pat Shepherd shares several resources relevant to the new Oracle Process Accelerators for Oracle Business Process Management.
Oracle BI EE Management Pack Now Available for Oracle Enterprise Manager 12cR2 | Mark Rittman
A handy and informative…
New Recipes for Oracle WebLogic 12.1.2 Oracle
ACE Director Frank Munz talks about the new content to be found in the
newly published second edition of his book "Oracle WebLogic Server 12c:
Distinctive Recipes: Architecture, Development and Administration," and
about some of his favorite features in WebLogic…
First of all: excuse me for my poor usage of the English language.
For several years I'm experiencing problems with the 'match in all scrub (no-df)' rule in pf. I can't find out what's happening here.
I'll try to be clear and simple. The pf.conf has been extremely shortened for this forum posting.
Here is my…
Hi All,
I am a .NET programmer working with a Flash designer on a project. The design is that they will create a flash UI (implemented with AS2) to present a questionnaire. After it is completed by an end user, the will send me (a .net web service of some form) the answers to the questionnaire, I will…
Hi,
This is yet one more of those "how to switch from running with a dock icon to running without one" questions with a twist.. I don't want the dock icon but I do want a menu bar when the application is at the front. Is that possible?
Running an application with LSUIElement set to 1 in the plist will…
I need to get a file object online, and I know the file is located at : http://nmjava.com/Dir_App_IDs/Dir_GlassPaneDemo/GlassPaneDemo_2010_04_06_15_00_SNGRGLJAMX
If I paste it into my browser's url, I'll be able to download this file, now I'm trying to get it with Java, my code looks like this :
…
On my web site, there is an index page, but if I take out that index page, users will see the files in that directory, for instance my site is : XYZ.com and I have a directory called "My_Dir", so when a user typed in "XYZ.com/My_Dir" he will see the index.html if there is one, but if it's not…
I'm going though a computers system course and I'm trying to establish, for sure, if my AMD based computer is a little endian machine? I believe it is because it would be Intel-compatible.
Specifically, my processor is an AMD 64 Athlon x2.
I understand that this can matter in C…
My notebook has Intel CPU, running Windows Vista. My program looks like this :
public class Tool_Lib_Simple
{
public static void main(String[] args)
{
System.out.println("123");
}
}
When I run it, I expect to see : "123", but the output was : "Hi NM : How are you NM…