How to distribute Objects physically

Hi all,
Does anybody know, how to distribute Web objects
and EJB objects physically with Oracle 9iAS?
Thank you,
Cheers,
--fadly                                                                                                                                                                                                                                                                                   

If you really want to do things this way you need to know where the centre of the circle is, so at least start by dragging ruler guides to intersect at the centre.
But frankly I suspect that you are barking up the wrong tree. There seems to be far too much information to be usefully or economically presented in this fashion.
Why do you want to present the information radially? Have direction and distance got anything to do it? (There is no way to see what information is being presented here.)
Have you considered who might possibly be bothered to read or interpret a diagram like this?
If not, your visual communication is haywire and you should consider doing it differently.

Similar Messages

  • How to view the physical size of objects

    Hi
    Please advise how to view the physical size of objects like tables, indexes, materialize views etc.
    Wishes
    Jawad

    To see the physical size of objects like tables, indexes, use
    USER_SEGMENTS where SEGMENT_TYPE=table/index/partition etc.
    But for views/packages/java/trigger, you can only see rough estimate in USER_OBJECT_SIZE

  • In Keynote '09 distribute objects horizontally/vertically is distributing objects beyond the slide. How do I make the left-most and right-most objects the limit of the distribution?

    I used to have the option of distributing objects so that they would overlap, but the current "distribute" tool is functioning as if overlapping isn't allowed. The result is that the objects move beyond the limits of the slide. Any suggestions?

    I know that's what *should* happen, but it just doesn't. I've made screen-grabs of the entire process:
    Like I said, this use to work just as you've described it. Is there a box I accidentally selected? I just really don't understand why the tool has changed the way it functions...

  • How to space objects by yay many pixels

    Hey guys,
    So i'm toooootally new to illustrator. I'm trying to make myself some lcars so that i can import it into flash to make a screensaver. I've created some objects but they need to be spaced both horizontally and vertically by 5 pixels, since i'm totally new to this software, can anyone help me out step by step with how to do this please?
    Many thanks,
    Andrew

    Andrew,
    Ok in spacing can i specify how far i want between the objects? I mean edge to edge,
    Precisely, as Kris also said.
    In the Align palette, you have Align Objects, Distribute Objects, and Distribute Spacing. The buttons show what they are doing, as do the names which show when you hover. Do not use Auto, but insert the desired in the unit used in the document, or specify by unit.

  • Distributed Objects access control

    When vending a distributed object, I may want the object to be accessible:
    (1) on the internet
    (2) only on the local network
    (3) only on the same machine
    (4) only to the same user on the same machine
    (5) only to other threads in the same process
    Apple's documentation suggests that Cocoa's Distributed Objects are a good choice for any one of these scenarios, but offers no clear explanation of how to specify which of those behaviors is desired. Any pointers?

    Look at the documentation for Configuring a Connection. Use a plain NSPort for local-only communication. Use an NSSocketPort for network communication. A couple of pages after that section, there is another one on "Authenticating Connections".
    There isn't anything about Distributed Objects that differentiates any of the different possibilities. You can use your port type to differentiate local vs network and then you will have to write your own authentication scheme for the other possibilities.

  • Distributed Objects over the internet

    I'm hoping that someone can help me out here. I'm trying to get distributed objects to work on a game I'm developing. I can make it work if I run both the 'server' and the 'client' on the same machine, but when I try to set it up for use over a network, it crashes when trying to get the rootProxy.
    Here's the code for vending the object:
    id theServer;
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    MYMessageServer * server = [[MYMessageServer alloc] init];
    NSSocketPort * receivePort;
    NSConnection * theConnection;
    receivePort = nil;
    theConnection = nil;
    receivePort = [[NSSocketPort alloc] initWithTCPPort:1234];
    theConnection = [NSConnection connectionWithReceivePort:receivePort sendPort:nil];
    [theConnection setRootObject:server];
    [theConnection registerName:@"server"];
    theServer = [[theConnection rootProxy] retain];
    [[NSRunLoop currentRunLoop] configureAsServer];
    [[NSRunLoop currentRunLoop] run];
    [server release];
    [pool release];
    return 0;
    This runs fine and seems to vend the object without a problem.
    Here's the code for trying to access the vended object:
    NSSocketPort * sendPort;
    NSConnection * theConnection;
    sendPort = nil;
    theConnection = nil;
    sendPort = [[NSSocketPort alloc] initRemoteWithTCPPort:8081 host:@"192.168.0.5"];
    theConnection = [NSConnection connectionWithReceivePort:sendPort sendPort:nil];
    server = [[theConnection rootProxy] retain];
    if (nil == server) {
    NSLog(@"Error: Failed to connect to server.");
    } else {
    [server setProtocolForProxy:@protocol(MYMessageServerProtocol)];
    [server addMessageClient:self];
    [server broadcastMessageString:[NSString stringWithFormat:@"Connected: %@ %d\n", [[NSProcessInfo processInfo] processName], [[NSProcessInfo processInfo] processIdentifier]]];
    When I use the defaultConnection for the vending of the object and localhost for accessing it on the same machine, everything runs just fine. However, when i try to use the TCP and setup the connection through the network, it crashes on server = [[theConnection rootProxy] retain];
    If anyone can make suggestions or offer examples of how to set up this, I would be extremely grateful.
    Thanks.
    PS 'server' variable is declared in the object.h file.
    Mac Pro 4 GB Ram   Mac OS X (10.4.8)

    I've only tested this method locally, haven't had time to connect to another remote network to do further testing...
    *BETA SOFTWARE - Hamachi and the HamachiX GUI are BETA! Still undergoing testing, bugfixing, etc.*
    Look into Hamachi/HamachiX (Hamachi is a hosted VPN app - beta, and HamachiX is a GUI for it - also beta) If this is mission critical work, you may want to wait until it is out of beta..
    www.hamachi.cc
    http://forums.hamachi.cc/viewforum.php?f=16&sid=8e6c84f54d65b9d8974ca8e1da860932 (Hamachi MacOS X forum)
    ( - As with all BETA software... YMMV, use at your own risk, you break it you bought it, no blaming Jeff for loosing your data, stop use immediately if rash, shortness of breath, or annal leakage is observed.. talk to your Dr. about other supplements and medication you may already be taking. - )
    (I'd really like to see Apple license Hamachi - once it's out of beta of corse -and integrate it into the next version of ARD... seems slick.)
    I have 3 Macs right now on a Hamachi network, named **, and a password **. Once all 3 Macs are connected to the Hamachi network, I enter the 2 ARD client Macs Hamachi IPs 5..*. into ARD.
    So far, so good.
    Leo Laporte and Steve Gibson have discussed Hamachi and it's use on the Security Now! podcast.
    http://www.grc.com/securitynow.htm
    ep #18 (Titled "Hamachi" Rocks!) and #19 (Titled VPNs Three: Hamachi, iPig, and OpenVPN) specifically ....
    One thing not made clear at the Hamachi or HamachiX web sites is that HamachiX (GUI) also installs Hamachi (get to avoid the command line if you wish) if it isn't already installed.
    Good luck.
    Jeff
    PowerBook G4 550 512MB ram, 40GB HD, SuperDrive, PowerMac G5 2x2.3GHz - 2.5GB   Mac OS X (10.4.2)   250GB HD, Mac mini - 1GB Ram, Apple 20" LCD connected to mini+PM G5 via DVI Swit

  • Forte 3.0.M.0 - How to distribute user libraries (dll) to nodes?

    Hi,
    I am new to Forte. I am having dll's which provide some generic functionalities. I am able to access this dll's in the central server. When I am trying to run the same project in a node, I am getting the following error message.
    SYSTEM ERROR: Exception raised in user application.
    Class: qqsp_ErrorDescriptor
    Error Time: Fri Feb 06 10:02:25
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2, taskId =
    [675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2.15]) in application
    "FTLaunch_cl0", pid 2532 on node SUNMRDBSS01835 in environment devenv.
    SYSTEM ERROR: Failed to create service object SISCentralBackEnd.SISCODFileMgrSO.
    Class: qqsp_ResourceException
    Last TOOL statement: method qqdb_RdbmsRMProxy.
    Error Time: Fri Feb 06 10:02:25
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2, taskId =
    [675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2.15]) in application
    "FTLaunch_cl0", pid 2532 on node SUNMRDBSS01835 in environment devenv.
    SYSTEM ERROR: ERROR: qqrt_4GLInterface: Can't set up activation record for
    method 9 of qqlo_Object
    Class: qqsp_ErrorDescriptor
    Detected at: qqrt_4GLInterface at 1
    Error Time: Fri Feb 06 10:02:25
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2, taskId =
    [675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2.15]) in application
    "FTLaunch_cl0", pid 2532 on node SUNMRDBSS01835 in environment devenv.
    USER ERROR: The dynamic library c:\forte\userapp\sislib\cl96\SISLIB for the
    project SISLIB could not be found.
    Class: qqsp_ExistenceException
    Detected at: qqsh_ScopeLoader::Load at 1
    Last TOOL statement: method qqdb_RdbmsRMProxy.
    Error Time: Fri Feb 06 10:02:25
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2, taskId =
    [675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2.15]) in application
    "FTLaunch_cl0", pid 2532 on node SUNMRDBSS01835 in environment devenv.
    SYSTEM ERROR: System Error: The specified module could not be found., loading
    the library 'c:\forte\userapp\sislib\cl96\SISLIB.dll'
    Class: qqos_DynamicLibraryException
    Error #: [101, 29]
    Detected at: qqos_DynamicLibrary::OSLoad at 1
    Error Time: Fri Feb 06 10:02:25
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2, taskId =
    [675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2.15]) in application
    "FTLaunch_cl0", pid 2532 on node SUNMRDBSS01835 in environment devenv.
    I am aware that, I need to distribute the user dll's in the node machines. But I dont know how to distribute the dll's. Do help me in this regards.
    Thanks,
    Chidu

    It looks like the DLL is missing on your server node:
    SYSTEM ERROR: System Error: The specified module could not be found., loading
    the library 'c:\forte\userapp\sislib\cl96\SISLIB.dll'
    Class: qqos_DynamicLibraryException
    Error #: [101, 29]
    Detected at: qqos_DynamicLibrary::OSLoad at 1
    Error Time: Fri Feb 06 10:02:25
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2, taskId =
    [675F89A0-A890-11DC-B6AE-F97C5DF4AA77:0x3c8:0x2.15]) in application
    "FTLaunch_cl0", pid 2532 on node SUNMRDBSS01835 in environment devenv.
    Copy over the DLL and try again.
    Regards,
    ka

  • How to distribute the scores to Perspective

    Hi,
    How to distribute the scores among Perspective (.i.e Financial 25%, Customer 35% Internal 25% and Growth 20%)? And then among KPI's per Objective under the Perspective? Is this possible?  If so, how? Can it also be done using Entry and Approval?
    Thank you very much in advance.
    Rally

    Rally,
    Strategy Management was designed to be user friendly. On the Administrator page, you can pretty much work from top to bottom along the left column. That is the order you would follow when building out Strategy Management. Use the "Help" button on top to learn more - it's good documentation, though not put together in a way like a training program.
    Training could help. There is online training for Strategy Management 7.0 and 7.5
    http://www.sap.com/services/education/catalog/courseindex.epx
    Once there, click in the letter "O" on the alphabet search at the top. Strategy Management courses are
    OSM75 - SAP BusinessObjects Strategy Management 7.5 ( 7.5 just went into General Availability!)
    OSSM70 - SAP Strategy Management 7.0 (note the two "S"s in the catalog number)
    Being online you can plug in at any time. There should be about 30 hours worth of recorded lessons covering everything from the business use area to building models.
    Regards,
    Bob

  • Java Object Physics and Motions

    I want to learn object physics and motion.
    I would like to learn how to create smooth effects, such as rollover effects, sliding windows and smooth object transitions. I want a place to start as I have little physics knowledge and the highest math I achieved is Pre-Calculus.
    I'm down for suggestions.

    I want to learn object physics and motion. "object" as in Java object? Or as in "body with mass"?
    I would like to learn how to create smooth effects,
    such as rollover effects, sliding windows and smooth
    object transitions. These sound like UI effects. Where do you need physics for this?
    I want a place to start as I
    have little physics knowledge and the highest math I
    achieved is Pre-Calculus.So how do you plan to do physics with no knowledge of physics or dynamics or math?
    I'm down for suggestions.Learn some physics and calculus. And maybe some Java.
    In any case, this isn't the place to learn those things.
    Start with rigid body mechanics - Newton's laws. Work up from there. Any intro physics text will do.
    %

  • Distributing objects across a cluster

    We are moving to a clustered environment and are having problems with
              session data that is cached with the RMI user connection. In a Weblogic
              cluster a client request can be directed to any RMI server in the
              cluster. The session data is lost if the client is not directed to the
              original server or if this server goes down. I don't want to pin users
              to an RMI server because this doesn't support failover situations.
              Has anyone implemented a way to distribute objects across a Weblogic
              cluster? TIA.
              Todd
              

    I am in the processing of writing a caching server using RMI, same problem -
              also looking for a solution.
              Thanks
              Alan
              "John Mani" <[email protected]> wrote in message
              news:[email protected]..
              > Hi Todd
              >
              > This is our dilemna as well ..
              >
              > WebLogic does not support clustering of stateful RMI objects
              > "out-of-the-box".
              > It's up to the app-developer to design this.
              >
              > I'd be interested in knowing how other folks have approached this
              > problem as well.
              >
              > Also, how do other app-servers (WebSphere, Kiva etc) deal with this ?
              >
              > thanx
              > -john
              >
              > Todd Hayes wrote:
              > >
              > > We are moving to a clustered environment and are having problems with
              > > session data that is cached with the RMI user connection. In a Weblogic
              > > cluster a client request can be directed to any RMI server in the
              > > cluster. The session data is lost if the client is not directed to the
              > > original server or if this server goes down. I don't want to pin users
              > > to an RMI server because this doesn't support failover situations.
              > >
              > > Has anyone implemented a way to distribute objects across a Weblogic
              > > cluster? TIA.
              > >
              > > Todd
              

  • How to accelerate by partitioning drives & how to distribute data among 'em

    Dear forum,
    I have read guide to storage acceleration and guides to phototoshop acceleration, but they always warn that the best solution depends on the work i do, the hardware i have, and the hardware i think i can afford to buy. I'm hoping that if i tell you what photoshop work i do, what hardware i have, and what hardware i'm intending to buy, you can tell me how to accelerate by partitioning my drives and how to distribute data among them. My biggest questions are about how big the volumes should be, and what should go on each volume. It sounds vague here, but I get more specific below:
    THE PHOTOSHOP WORK I DO:
    *wet-mount raw scans of 6x7 cm film using silverfast software on microtek artixscan 120tf 4000dpi scanner: resulting 16-bit TIFF file is typically 550 MB in size.
    *working in Photoshop CS2 on same file, adding multiple layers makes file 1 GB to 1.4 GB in size
    *my system's limitations show up most painfully when I OPEN a file (this can take five minutes) SAVE a file (this can take more than ten minutes!), when i FLATTEN the image's layers for printing (this can take 5 minutes), and when i CONVERT the file from 16-bit to 8-bit (this can take 5 minutes). most other operations in Ps CS2 are fast enough (not snappy, but fast enough) for me to stay with my current processor for the time being.
    THE HARDWARE I HAVE:
    *Power Mac G5 dual 1.8GHz, made in 2004, with only 4 slots for RAM (not 8 slots).
    (I'm told this has quite limited bus speed, as compared with other dual-processor G5s, and that this hardware will not benefit much at all from adding a RAID array.)
    *one internal seagate 80GB 7200rpm SATA drive. this is half-full (it has 39 GB on it): it holds my OS and my Users folder, but NOT my photoshop image files.
    *one internal Western DIgital 400 GB 7200rpm SATA drive. this holds my photoshop image files, but not my user folder.(This WD drive turns out to cause the G5 to hang up occasionally, requiring a re-boot; to avoid this, i recently learned, i can connect it with a host card adapter [see below].)
    *two 500 GB external firewire drives
    *two 300GB external USB drives
    *I have 2.25 GB of RAM, but I'm about to buy 2 more GB to max out at 4GB.
    THE HARDWARE I'M INTENDING TO BUY:
    *2GB of RAM, of course.
    *two Hitachi T7K500 500 GB SATAII HD 16MB Cache 7200rpm drives to occupy both internal drive slots in the G5
    *a 2-drive external enclosure to hold my old seagate 80GB drive and my old WD400GB drive.
    *a seritek host card adaptor for connecting the external enclosure to the G5.
    THE PLAN:
    What follows is a combination of suggestions I have received about what I could do and my speculation about how I could do it. Please see my Questions, embedded in the lines below: I'd be very grateful for any amendments or directions you can offer on this topic.
    Drive A: first newly internal Hitachi 500GB drive:
    partition into 2 volumes:
    first (faster) volume, "volume A1," of 100GB to hold OS and Users folder but NOT photoshop image files.
    (Question: how much space should I leave free on volume A1 for optimum performance? is 50% free of 100GB optimal? is 60% free of 100GB better? Is 50% free of 150GB better still? or does that cut into the other volume's space too much (indirectly cutting into the space of "volume B1" on Drive B, which is to be the WorkDisk/ScratchDisk)?
    second (slower) volume, "volume A2" of remainder GB (almost 400GB) as backup for 400GB "volume B1" of the OTHER internal Hitachi Drive, a.k.a. Drive B.
    Drive B: second newly internal Hitachi 500GB drive:
    partition into 2 volumes:
    first (faster) volume, "volume B1" of almost 400GB as designated WorkDisk/ScratchDisk for large photoshop image files;
    second (slower) partition "volume B2" (exactly 100GB) as backup for 100GB volume 1 (OS volume) of the OTHER internal Hitachi Drive, a.k.a. Drive A.
    (Question: how much space should I leave free on this WorkDisk/ScratchDisk for optimum performance? is 50% free of almost 400GB optimal? is 60% free of almost 400GB better? Is 50% free of 300GB just as good, with the additional advantage of indirectly allowing "volume A1" on Drive A to be 150+GB?
    Drive C: old Seagate 80GB drive, in external enclosure: disk designated for running the Photoshop Application? How would I set this up? any pitfalls to watch out for? should i partition this drive, or leave the whole thing for Photoshop? or is it better to run photoshop off Drive D?
    Drive D: old WD 400 GB Drive: second scratch disk? Storage disk? Both storage and scratch disk? how large should an empty volume on this disk be in order to be useful as a scratch disk? volume 1 or volume 2? if i run the Photoshop Application off of this drive, how large should the volume for that be? should it be volume 1, the faster, outside volume, leaving volume 2 for scratch disk space? or vice versa?
    External Firewire and USB drives: i guess i'll just use them for storage/archiving and extra backup? or am i much safer buying more SATAs and Enclosures? or are the external firewire and USB drives plenty safe (so long as i double-back up), since i'll only power them up for the data transfer, and then power them back down?
    Given that the large Photoshop files are not in my User folder, does it matter whether i keep the User folder (with its MS Word docs and a bunch of PDFs and so on) on my OS volume, "volume A1"? would it speed things up when I'm using photoshop if i moved the Users folder to another drive? what if i'd like to play iTunes while also working on photoshop? my iTunes music folder (with all the song data) is already on an external firewire drive. but the iTunes Library and iTunes application are, of course, in my User folder, which is on the OS drive. would moving the Users folder to another drive make much difference when i use photoshop and iTunes simultaneously?
    But I wonder whether it makes sense to be using volume A2 on Drive A as a backup drive: wouldn't it make more sense to back up my working files to two external drives that can be traded out, one on-site and one off-site, back and forth (not so convenient when one of the backup drives is internal!)? and after all, why would i devote a 400GB volume to the task of backing up another 400GB volume that will never be more than half full? I need to leave a WorkDisk/ScratchDisk half empty for efficient use, but i can back up that 200GB of working files on a 200GB volume, right? so for a backup drive, I might as well use a slow, inexpensive external USB drive that will only be tuned on for backup and will then stay powered off, a drive that's easily transportable on and off site, right? or am i misunderstanding something?
    by the way, what backup software do you recommend for backing up back and forth between Drive A and Drive B? I've been using Carbon Cpy Cloner. do you recommend that? or something that does more archiving of progressive states of data?
    Thank you for any help you can offer!
    Sincerely,
    Mark Woods
    Dual 1.8 GHz PowerPC G5 (2.2), 512 KB L2 Cache per CPU, w/ 4 RAM slots   Mac OS X (10.3.9)   2.25 GB DDR SDRAM (2x128MB plus 2x1GB)

    Crossposted: Re: How to use Oracle partitioning with JPA @OneToOne reference?

  • How to show object creation in UML

    How to show object creation in UML

    In a sequence diagram, it's a line (with arrow) pointing to the new object and the <creates> or <new> tag as mentioned above.
    | obj 1  |
         |
         |    <creates>     ----------
         | -------------->  | obj 2  |
         |                  ----------or----------
    | obj 1  |
         |
         |      <new>       ----------
         | -------------->  | obj 2  |
         |                  ----------

  • How to Add a Physical Interface After Installation in Solaris 10

    How to Add a Physical Interface After Installation in Solaris 10
    Hi Java Specialist,
    I am trying to setup a network interface with the following steps on a new fresh Solaris 10 installation using the instruction titled How to Add a Physical Interface After Installation in Solaris 10 3/05 ONLY from http://docs.oracle.com/cd/E19253-01/816-4554/esxhb/index.html:
    1. # ifconfig lo0 plumb up
    2. # ifconfig lo0 10.56.8.101 netmask 255.255.240.0. This was the working Windows DHCP environment prior to installing Solaris
    10 on top of it.
    3. # Added saturn to /etc/hostname.lo0.
    4. # Added 10.56.8.101 to /etc/inet/hosts
    5. # Added 10.56.0.0     255.255.240.0 to /etc/inet/netmasks
    6.# reboot
    However, the following errors kept recurring:
    svcs –xv …. unable to qualify my own domain name,
    failed with exit status 69.
    Any idea on what other steps have I missed? I was hoping to only do step 3 – 6 for the change to apply permanently.
    Many thanks,
    Jack

    Hi Java Specialist,... in a Solaris forum?
    1. # ifconfig lo0 plumb upThe loopback connection (your lo0)is NOT a physical interface. There are no hardware components for it. Nor can I think of any reason why it should ever be anything other than the default 127.0.0.1
    Use your favorite Internet search site (such as Google, Bing, Yahoo) to learn more about it.
    2. # ifconfig lo0 10.56.8.101 netmask 255.255.240.0. This was the working Windows DHCP environment ...I have no idea how a nonexistent software construct gets a DHCP address in a MS Operating System, unless you are confusing this with the "Microsoft Loopback Adapter" which is an utterly different concept. Again, go see what Google tells you.
    <br>
    <br>
    <br>
    ... completely unrelated to configuring an IP...
    unable to qualify my own domain nameAgain, search the Internet or even search these forums with that string of words.
    Go back through your two most recent posts and read the responses again.
    They seem to both be on the same topic as this new one -- configuring an IP on something.
    How to initialize new IP address on secondary interface permanently
    How to change IP address permanently on Solaris 10
    When you've done all that, then come back and tell us what you are actually trying to do.

  • How to distribute my windows phone 8 app and windows store app without publishing in the store

    How to distribute my windows phone 8 app and windows store app without publishing in the store
    any business license or enterprise license needed..
    I am a windows developer talking behalf of my company i.e  wipro
    I have a question about the enterprise license   and  we are building an app for the limited users i.e our company employees and users and we do not want to publish in the store
    How to release the app?
    what are licenses etc needed?

    Hi,
    for developers distributing apps without Publishing in the Store, the sideloding Enterprise key license through volume licensing is required.
    Starting May 1, 2014, customers who want to enable sideloading will be able to purchase an Enterprise Sideloading key for $100 through the Open License program. 
    An unlimited number of devices can be enabled for sideloading using this key.
    thanks
    diramoh

  • How to "get object" -- ResourceBundle

    According to the ResourceBundle API:
    ResourceBundle myResources =  ResourceBundle.getBundle("MyResources");Besides getString, ResourceBundle also provides ... a generic getObject method for any other type of object. When using getObject, you'll have to cast the result to the appropriate type. For example:
    int[] myIntegers = (int[]) myResources.getObject("intList");
    {code}
    Elsewhere,
    +getBundle+ attempts to locate a property resource file.
    Does it make sense/Is it possible to +getObject+ from a property resource file? If so, how is the object "expressed" in the property resource file?
    For example, if the resource file looks like
    1=Person
    then the key 1 is associated with the String "Person"
    If
    [code]class Person {
    String firstName;
    String lastName;
    ... }[/code]
    is it possible to associate "1" with a Person object, where firstName is "Foo" and lastName is "Bar"?
    If so, how would it look in the property resource file?
    Thanks in advance,
    C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    In the resource file, you can save the data like this:
    numberofperson=2
    firstname1=Foo
    firstname2=dummyfirst
    lastname1=Bar
    lastname2=dummylast
    For programming, you can code like this:
    public class Person{
    private String firstname;
    private String lastname;
    public Person(String firstname, String lastname){
    this.firstname = firstname;
    this.lastname = lastname;
    int personNum = Integer.parseInt(myResources.getString("numberofperson"));
    Person personArr[] = new Person[personNum];
    for (int i=1; i<personNum; i++){
    personArr[i] = new Person(myResources.getString("firstname"+i),myResources.getString("lastname"+i));
    }

Maybe you are looking for

  • How do I export a video from my iPhone to a friends computer?

    How do I export a video from my iPhone to a friends computer?

  • What do I need to connect my new Yamaha RX-V671 receiver wirelessly to my Air Port Express?

    I have just received my new Yamaha RX-V671 receiver and the only connection I have for the internet is by a network cable or by a USB slot.  I would like to hook this up wirelessly to my Air Port Express, I just need to know what I need to get so I c

  • A way to avoid a lenghty conversion in iMovie & then another in iDVD?

    When creating a DVD from iMovie, it takes a long time (converting from DV to Apple Intermediate Codec ?); later, before burning, iDVD takes another long time to convert to MPEG2. Is there a way to perform just one lengthy conversion instead of 2? May

  • Hyperlinks in ePub output

    Hi all, currently Robohelp includes hyperlinks into the ePub output but when the user clicks them they produce errors (at least with Adobes own ePub reader ADE). Because the output files are contained in an archive it may not be possible to link to o

  • Logical Databases PNP

    I am working with logical databases for the first time. Could someone please explain the following concepts : 1) why do we need to write :      Tables : pernr pernr is a structure... but the syntax of GET event is : GET <table> ... so is pernr a stru