Wake up a mac in a local network

Hi,
I need an applescript to wake up a mac in my home for some schedule maintenance.
I know how to connect to the mac using script but I don't know how to wake it up. I googled and found that I need wake-on-lan magic packet but couldn't figure out what to download and how to use it.
Any ideas?
Thanks

Wake On La
WakeOnLan Suite: Commands and classes for WakeOnLan.
Class application:
Plural form:
applications
puttosleep: Put a computer to sleep.
puttosleep string -- Computer name or IP address.
wakeup: Wakeup a computer.
wakeup string -- Computer name or IP address.

Similar Messages

  • Message application between Macs on internal local network

    I’m looking for an application that will allow interchange of short messages (copy/pasteable) between Macs on my home network via Ethernet/router/Airport. At the moment, I use email.

    You can use iChat via Bonjour on your local network to communicate in much the same fashion as you'd use it via internet based services. I even found a nice short video demonstrating the ease of setup:
    http://video.google.com/videoplay?docid=-988717806037213326#

  • Can no longer connect to another mac on a local network

    Hi there,
    For the past few months, I've had no problem connecting to my friend's iMac over a local network. Lately, when I click connect, the ftp dialogue pops up rather than the "connect to server" dialogue. I don't want no stinking ftp.
    Confusing...
    Thanks

    Hi there,
    For the past few months, I've had no problem
    connecting to my friend's iMac over a local network.
    Lately, when I click connect, the ftp dialogue pops
    up rather than the "connect to server" dialogue. I
    don't want no stinking ftp.
    Confusing...
    When you say "when I click connect" what are you clicking on?
    What happens if you press command + K and in the connect to server window enter the server's IP address?

  • Mac - Windows Wireless Local Network

    Hello, everyone.
    I just got my new MacBook Pro.
    I have a desktop PC that I need to share/sync files with.
    How can I do that over wifi?
    I have no clue how to setup this local network, so please help?
    I can see the MacBook in my Windows, but not the other way around.
    Thank you!

    it is a windows 8

  • Can't find a solution to back up 30 macs on a local network

    Our small company has been struggling with back ups ever since we have been owning more than 20 Macs or so.
    We have been able to perform backups on a few parallel Time Capsule for a while, but are looking for a more professional/industrial solution now that our team runs around 30 iMacs and MacBooks.
    Performing a few tricks on each machine has allowed us to perform back ups on a NAS appliance for a while, but this solution has proven unstable, as the disk, after a while, can't be found by Time Machine.
    Would anyone have a more positive experience running other solutions – that I am afraid would commonly run in the Windows/Linux world! Any hard/software recommendations and/or links to useful articles?
    Many thanks
    Matt

    Hi, and welcome to the forums.
    It sounds like you need a central Mac, running Mac OS X Server.
    I'm not very familiar with it, but you can control Time Machine on all the clients from it or let them do their own, and they can all back up to the server.
    Hers's the whole manual. See page 241 for Time Machine setup: http://images.apple.com/server/macosx/docs/UserManagementv10.6.pdf
    There's much more there, of course. For questions, etc., see the Mac OS X Server forums, at: http://discussions.apple.com/category.jspa?categoryID=96

  • Network shares of folks not on my local network showing up

    Folks,
    Recently did a fresh install of Leopard on my macbook pro. I'm now finding that at random times, other folks' mac machines are appearing in my finder window (under the right-hand menus). Now none of these machines are on my local home network - in fact, after looking up county tax records, these machines belong to folks that live up to a radius of 3 miles away! Considering all my internet traffic flows through my home router and I block ALL ports except 80 (and a few other ports for my VOIP phone), I'm really concerned that I can see their machines and I'm guessing, they can see mine.
    When I navigate to their machines, thankfully I can only see their publicly shared folder which typically contains nothing, but from a security standpoint I'm concerned that the machines are even visible at all! Is anyone else experiencing this? I know that with Leopard, finding other macs on your local network is now a breeze, but surely finding macs on OTHER networks cannot be a feature! Ok - even if this is a feature, how do I turn it off? I don't want anyone NOT on my local lan even knowing my machine exists...

    kb1 - I know you're trying to help but let me make it very clear so there is no ambiguity. I'm actually very very anal when it comes to wireless security. Nothing is allowed on my network that isn't pre-set up in my mac address filter list. I regularly check access to my network by removing a laptop from my pre-approved list and clearing out its WPA credentials. Getting on my network without a physical connection would require cracking my WPA encryption AND mac address spoofing. Not an easy feat in a suburban neighborhood. My network is not allowing any unathorized access via the wireless capability of the router.
    I'm smart enough to know there is a **** of alot I don't know - therefore I am willing to concede that the Macbook's wireless card could be trying to make ad-hoc connections with other non-lan machines while it is connected to my infrastructure, but that in itself would seem like a bug to me, not a feature.

  • Applescript to shutdown computers over local network

    Hey guys!
    I'm looking for a way to automate shutdown of 2 macs over a local network from a remote mac. I'm currently doing this by screen sharing in and shutting down both macs manually.
    I have this untested theory that I could use my very basic knowledge of apple script to create a shutdown script on each mac and use an alias on the remote mac to run the script. However I am sure there is a much better way of doing this, I'm just lacking the know how! The script I want would ideally do as follows.
    Run script from remote to Mac 1 and Mac 2 over network
    Quit all running applications on Mac 1 and Mac 2
    Shut down Mac 1 and Mac 2 in 5 minutes
    If any one could help me imporve my laziness my giving me some pointers on this or even letting me know if its possible it would greatly appreciated!
    Thanks!
    C

    Introduction:
    I have tried a few things over my local network. My attempt to run a remote AppleScript nearly shutdown the Mac I was activating it from. There are probably ways around this but I decided to try something else.
    The following is a very stable solution once you have got it working. Each Mac to be shut down watches a folder called shut-down and if its contents change the Mac shuts down in one minute.
    I am sure this can be improved upon.
    Let me know how you get on.
    Permissions:
    It is simple to do all this as root user as described below but without 'with administrator privileges' at the end of the AppleScript.
    If doing it as admin use the AppleScript as below. The plist may need permissions set to root wheel.
    The shut-down folder will need appropriate sharing permissions.
    Create plist etc:
    open TextEdit
    create a new document
    set TextEdit format to plain text
    copy plist contents below
    paste into the TextEdit document
    save as shut-down.plist
    put document in folder /Library/LaunchAgents on each Mac to be shut down
    create folders entitled shut-down at the root of Macs to be shut down
    run launch AppleScript below on each Mac to be shut down
    Future changes to the shut-down folder's contents will shut down the Mac.
    Contents of shut-down.plist:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
    "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Label</key>
              <string>shut-down</string>
              <key>ProgramArguments</key>
              <array>
                        <string>shutdown</string>
                        <string>-h</string>
                        <string>+1</string>
              </array>
              <key>WatchPaths</key>
              <array>
                        <string>/shut-down</string>
              </array>
    </dict>
    </plist>
    Launch AppleScript:
    Put the following on one line;
    do shell script "launchctl unload -w /Library/LaunchAgents/shut-down.plist;  launchctl load -w /Library/LaunchAgents/shut-down.plist" with administrator privileges

  • Is there any way to make a Mac identify as a Windows machine on a local network?

    I work for a municipal government organization. Occasionally, I am blocked by the network spam/firewall software (Barracuda) from accessing websites from my Mac, but NOT blocked from them if I go from a Windows machine -- even if it's a Windows VM running on the Mac! The reason given is usually because the sites are identified as "shopping".)
    My suspicion is that, since AFAIK I am on the only Mac on the city's network that is NOT in one of the school department's computer labs, that there is a setting on the server side that is set to assume that any Mac is a classroom machine and that the user is a minor. (***PLEASE NOTE*** Before anyone says anything, he sites in question tend to be free font or free graphics sites and ARE actually work-related, since I have no budget for fonts or stock photos... Keep it clean, you! <gr>)
    I know that there are ways to spoof a browser, say, on the web, but is there any way to do this directly on a local network? More to the point, if it IS possible, is there a way for ME to do it from my end rather than putting in a request to the MIS **** Desk to do something at THEIR end?

    Try this, UneasySilence.com has a guide on how to use SheepShaver to run Mac OS 9 on an Intel Mac.
    http://www.gibix.net/dokuwiki/en:projects:sheepshaver
    "Who said you can't use MacOS 9 because you have an Intel Mac? It is completely possible with a little bit of tinkering, and a really cool universal application called Sheep Shaver, which came to us via a tip from Kazaki. Sheep Shaver is a full speed 'Classic' emulator for Windows, Linux, and Intel based Macs, that runs older MacOS's at shockingly full speed!"
    http://www.uneasysilence.com/archive/2006/08/7352/
    If my answer helps or solves your problem, please mark it accordingly, it provides an incentive for posters here to try and help and gives others a quicker way of finding solutions faster, thank you.

  • Mac was hacked on local network by roommate-how to re-install my files w/o reistalling command/terminal hack codes?

    I have a Mac Book Pro running latest version on Mountian Lion
    Processor  2.3 GHz Intel Core i7
    Graphics  Intel HD Graphics 4000 512 MB
    Memory  8 GB 1600 MHz DDR3
    Software  OS X 10.8.3 (12D78)
    My roommate hacked my Mac. I assume he did this via an old Mac he use to have access to, & then made changes via his PC & his Android phone (can tell by comparing Terminal to Access & Little Snitch) & since the codes I found all were as my User name & as Root Access... Thinking he started gaining access through the weak spot via Reboot Disk & Terminal access from there-though he denys it completely... (But I printed it all out) He accessed ALL my passwords & at the time I didn't know that as I kept trying to change things & lock things up... he was getting hidden files of EVERYTHING I WAS DOING & had remote access to my system, anything I did & camera on my mac.
    He hid files with sudo codes in Terminal & had constant any access via remote access, booting, starting or turning off as well as secretly deleting any files or notactions he wanted. He was ghost. 
    So now not only did he has complete access to my computer & camera... He would enter my room & take what he wants & then access my computer to delete EvoCam files/videos/pics.
    He also has been tracking everything I do on my computer and assume he has figured out how to hack my phone by now as well.
    He will be an EX-ROOMMATE as soon as I can legally get him out. But until then I am stuck. (Buying locks for all 3 of my bedroom & closet room access doors too!)
    I currently have him blocked off the local network & internet. But that won't last long.
    I jcopied over to my external hard drive all my important info, pics, files and just deleted the rest.
    It took many hours to get my mac to actually delete everything (I HOPE) & then finally let me re-load Mountain Lion. Now I am slowly adding back programs. I think he was also using the Windows interface & some Windows program to sneak past my firewall & all the stops I put up to block him off local.net.
    Changed ALL my passwords again-already. Hopefully by zeroing out my hard drive numerous times that it deleted his lines of codes.
    Tested in Terminal some of the lines of codes he used (Just lsof & ls -a, history, etc)
    SOOO MY QUESTIONS ARE:
    Is there a way to let him use the network without him being able to access my Mac??
    I have ALL ways I can find to turn off any file sharing, local or remote access... but I did that last time & he figured out a way around it!
    My Nework is on a NETGEAR Range Max N wireless router. I configured it this time via Ethernet instead of by Wireless-made my Mac only machine to make changes & only via Ethernet access. (Gave Ethernet & Wireless each their own IP address.)
    I also turned off the remote access again, locked in IP addresses to specific machines/phones/Pads... IE 192.168.1.2... on Router.
    I also installed Little Snitch, Have Tech Tools 6... Need a good virus protection... (did find some crap only in a couple of my emails when I used one I downloaded as a trial before the re-format... )
    Worried about installing Windows again.
    How do I block him from getting root access again?
    How do I keep him from hidding any codes?
    Thank you in advance for your help & suggestions!

    Well when he hacked it.. he took control of root & istalled a couple of programs from what I could tell-unforchantly don't have print outs of that.
    He added ARDAgent,  .user.sbin/aonotifyd lsoscript -e 'tell app ARDAgent diskutil list pdisk ls root ls local.com sudo ~/ .bsh.profile... was the part I started printing at...
    WHAT THE HECK IS: jbapps-
    then he went into mdworker, then added private screensharing.agent.launchd,
    then private event
    then private mdsDirectory.db
    then private messages mdsDirectory & se_SecurityMessages, & Private screensharing agent
    then accessed root access & got a list of every password that I had & used...
    Then installed Microsoft office \2011\Office\uniscribe.framework\Versions\12\Uniscribe
    the WLMUser.framework then accessed atcp:8254
    then core tools
    the path/to/file.txt
    then netbiosd
    then networksetup
    then newsyslog
    the defaults write com.apple.finder AppleShowAllFiles TRUE
    RSA_SecurID_getpasswd
    NetBootClientStatus
    diskmanagementd
    aosnotifyd
    asr
    automount
    avbdeviced
    PasswordService
    pboard
    ocspd
    ntptrace
    postalias
    pwd_mkdb
    racoon
    sercurityd
    slapd
    snmetadump
    systemkeychain
    systemsetup
    tcpdump
    universalaccessd
    autopen
    bootpd
    Microsoft SyncServicesAgent
    Code Signature & Resources
    osascript]remote management
    lastdate
    USER_IS_ADMIN=ADMIN
    hostname & domainname
    NetAuthAgent.app/Content?MacOS
    chflag hidden /mach_kernal
    sudo password root
    man sudo list
    finger lst User EventAgent launch User Event Plugins...
    and on & on & on...
    He got drunk...really drunk one night & told me that he saw something in my room... and then I found he had hidden the Facetime camera & an account had been setup which I never set up...
    A couple of programs got installed that I never install too. Plus when I went to reinstall my Mac there were four choices listed of places I could "istall Mountain Lion" to. One listd was my thumb drive-duh,, one was the hard drive, one was a PC Windows Drive??? the other was the partioned Reinstall part that Lion put on...
    Yeahhh... going to have to put the locks on all 3 doors.. the router is in my room as well as the old Mac & the cable modem. But the internet cable runs through his room to get to mine....
    I just have to get him out as soon as I can without cleaning me out first & setting it back up to where he has access to my machine or my phone.
    I wonder if he has hacked my phone... is there a way to tell?

  • How can I sync all files in 2 Macs using local network only?

    I am looking to equip a small office with 2 Macs, iMac and MBAir. I would like for all files to be synced (either automatically, daily, or worst case, on demand). The trick is that this has to be in the local network only, as these are sensitive files. There will be a QNAP NAS on the network as well if it matters.
    Maybe it is possible to setup both Time Machines to look at the same folder on the NAS? Any ideas on how to make this possible?

    Here are three ways to do it. None of the ways is automatic:
    (1) Get an Acrobat.com account, and copy your files via Acrobat.com:
    http://forums.adobe.com/docs/DOC-3440
    (2) If you have a computer with iTunes, and you're syncing your iPad and iPhone to this computer, your PDF files already exist on the computer. In iTunes, select the device. Then go to the Apps folder, scroll down to the File Sharing section and select Adobe Reader. All your PDF files are shown and you can save the ones you want to your computer hard drive. Then import them in a similar way via iTunes.
    (3) Use a Dropbox account. Install Dropbox on both your iPad and iPhone. Copy the PDF files via Dropbox.

  • DNS not resolving on one Mac but the other works fine in same local network

    Snow Leopard is doing something strange to the DNS or the permission to ping.
    I have 2 Macs on the same local network, connect through the same ISP (verizon FIOS). One has no problem resolving any domain, but the other is constantly not resolving some domains.
    The problem progresses like this:
    * All of a sudden, DNS is not resolving from Ethernet (when it did perfectly well a minute ago).
    * Then I switched to wireless (using the same LAN), and it resolved fine.
    * Then it failed completely a few minutes later.
    * Then I reboot my Mac, and it seemed to clear that, and worked for a day.
    * Then it failed again in both Ethernet and Wireless; rebooting does not fix it.
    * I cleared all the caches using Onyx, did "dscacheutil -flushcache", zapped the PRAM, reinstalled 10.6.2 combo update, repaired the permission, nothing works.
    * Since the unresolved domain is my own domain, I changed the nameserver, and waited for it to propagate to see if that may be the problem, since it appeared that it is not resolving the A Record, and I waited 72 hours, and it is not resolved or propagating to the local DNS, but it worked perfectly well on my other Mac within the same network.
    * Then I added other DNS, such as google DNS 8.8.8.8 or openDNS servers to it, but it didn't fix anything.
    * Then I "ping" either the unresolved domain or my own Mac .local, and it gave me the error "permission denied". (Whereas I have no problem pinging my own Mac or the unresolved domain in my other Mac that works!).
    * Then I "sudo ping" the unresolved domain or my own Mac, and it pinged perfectly well.
    * Then I tried "ping6" my own Mac or the unresolved domain on the broken Mac, and it worked fine!
    * Also, I used http://network-tools.com to ping it, and noticed that during the trace, somewhere along the route through te7-2.dsr02.dllstx3.theplanet.com and po2.car04.dllstx5.theplanet.com, it timed out along the route, so I don't know if the timeout could have been causing the reject, but I doubted, because "sudo ping" locally will get through but "ping" does not.
    So I think I traced the Snow Leopard DNS problem as follows:
    * Why does "ping6" works, but "ping" permission is denied unless the user is root?
    * I tried to "chmod 4755 ping" but it won't let me.
    * Is it because DNS is resolving using IPv6 but not IPv4?
    * Or is Snow Leopard somehow screwed up the permission to access ping or similar DNS service?
    * Why DNS has no problem in one Mac but caused problem on the other Mac, even though they are in the same local network?
    * The only difference between the Macs maybe because I have Parallels installed in the Mac that failed to resolve DNS (with the extra Parallels Shared Ethernet), which may be interfering with it, but I tried to turn Parallels Shared Ethernet off, and it did not fix the problem.
    Can anyone help or have any idea that I can fix this nagging bug with DNS? The DNS had worked before, but it simply quit working all of a sudden, and nothing can resurrect it.
    Thanks.

    Shut down Parallels and restart w/o letting any of Parallels TCP/IP stack resurrect itself. So many network issues with VM solutions. See if the problem persists. Create a new account and ping from there. Are your search domains manually entered on the 10.6 box?

  • Copying itunes library from Mac to Windows over Local Network

    I am a recent switcher. When I first got my MacBook I connected my Windows formatted iPod to the MacBook to transfer my purchased iTunes music, and everything worked fine.
    Now I want to transfer the iTunes music folder from my Mac to a PC (both Vista and XP) over my local network. However, when I try to do this I get the following error message:
    Error 0x800700FE: The specified extended attribute name was invalid.
    I get the same error message if I try to transfer the individual music folders (eg Oasis).
    I have no trouble transferring the folders for song/albums that I have subsequently downloaded to the Mac from iTunes. I only have the problem with the music I originally transferred from the iPod.
    I have been trying to research extended attributes to see if I can edit this, but it all goes over my head. Any advice would be greatly appreciated.

    Hello,
    i'm also a new Mac user (Vista did the trick , and i found this article on the Apple support website.
    Below information can also be used to do the inverse... Mac to PC.
    http://docs.info.apple.com/article.html?artnum=302392
    It explains how to do a backup to CD/DVD. When you have a large library, multiple DVD's will be used.
    It tried it out with a portion of my lib, burned a backup with my PC, and imported it on my MacBook. Works great! All but last played information is copied over...
    Even Podcast, Movies etc are taken into account, also music not residing within the iTunes folder. After the restore on Mac, everything is properly placed within the iTunes folder you assigned.
    Enjoy,
    Roger
    PS: in fact this article is "on the top" of the following list: http://www.apple.com/support/itunes/ :-))

  • After Effect cs4 cannot render jpg on network on mac but render locally okay

    After Effect cs4 cannot render jpg on network on mac but render locally okay
    We use intel mac pro as workstation, and our servers are windows 2003 servers.
    After Effect cs4 H264 render  on network without any problem bud jpeg not.
    Thank You
    Ayhan.

    Perhaps you must just enable the Allow Encoding using Legacy CoDecs option in the Quicktime control panel on the network machine or else some of that may not show up. Of course make sure QT is installed correctly in teh first place, as Todd and Rick said. On a server, you may need to set special group policies for that to work, also.
    Mylenium

  • Automatic Time Machine backups to Mac on local network

    Hi,
    I've got a headless Mac mini on my network that just runs as a fileserver and doesn't need to be backed up with Time Machine, but it's a convenient place to attach an external USB drive so that my PowerBook and MacBook can back up to it wirelessly.
    When I first set up Time Machine on each laptop, the backup disk showed up under 'Change Disk...' in prefs -- I guess the disk was already mounted. The initial backup took forever but worked fine, and subsequent backups have worked fine too. (Everything's running 10.5.2, by the way.)
    The problem is that, when the remote drive becomes unmounted (e.g. when I take a laptop to work and back), Time Machine stops backing up automatically until the drive is manually remounted or the "Backup now" option is chosen under the Time Machine menu. When left to its own devices it just sits there forever in "Next backup: When Mac is plugged in" mode, which isn't really what I want -- I was hoping to "set & forget".
    So I suppose my question is: can I fix this by actually enabling Time Machine on the Mac mini, rather than just treating the drive as a vanilla network share? I've noticed that the remote drive icon changes when Time Machine is enabled, and maybe there's some other magic going on there too, e.g. to advertise the drive somehow so that Time Machine knows it can automount it at backup time, instead of sitting around waiting for me to do it. I don't want to actually back up any of the Mac mini's files but presumably I can tell Time Machine to ignore (almost) everything on its local drive when performing the backup, just for the sake of having Time Machine turned on.
    On the other hand, I don't want to mess around with it if I'm not going to see any improvement, because at least things are working right now. In particular I'm not keen to go through the whole initial backup again, especially for no reason.
    Thanks in advance for any advice!
    Cheers,
    -Tom

    BilFish II wrote:
    I have a similar problem, but didn't quite understand the solution...
    time machine/capsule backs up my macbook. Just got an imac, and copied the image to it. Didn't realize it REALLY copied the image to it... so Time Machine decided the new imac was the macbook.
    No. Time Machine always knows which Mac is which, via an identifier that's embedded in the hardware on the logic board.
    But it did copy the +Computer Name,+ which you can change via +System Preferences > Sharing.+
    And it did copy the Time Machine preferences file (with the backup location you specified), so it backed-the new Mac up to the same destination.
    Now Time Capsule backs up the imac... but not the macbook anymore.
    There is still a 425GB sparsebundle for the old macbook on the Time Capsule...
    Depending on how you answered this prompt, there may be two sparse bundles:
    |
    |
    See #B5 in Time Machine - Troubleshooting (or use the link in *User Tips* at the top of this forum), for details.
    If you said +Create New Backup,+ there should be two sparse bundles, one for each Mac.
    If you said +Reuse Backup,+ there should be one, containing the backups from both, and as it says, the MacBook can no longer use the same set of backups.
    Question: Is there a way to reattach to that sparsebundle for backing up the macbook or do I have to start all over?
    Probably. First confirm whether there's one sparse bundle or two, and roughly how many backups of the iMac you've done.

  • 2 macs local network

    Hi,
    I have a wifi local network thru Hercules wifi router connected to internet and 2 macs:
    -G5 dual 2ghz
    -macbook intel core2duo
    all with 10.5.7
    Both can access internet
    both can see each other but:
    -the G5 sees macbook as a pc server (finder's sidebar info) and can connect to it
    -the macbook sees the G5...as a G5 but cannot connect to it.
    Note: There is also a pc to which both macs can connect.
    Any clue?
    Thanx

    More simple question:
    In my wifi network: Why does my G5 see my macbook as a pc server?
    Sidebar=>shared=>server name=>show info: server type "pc server"

Maybe you are looking for

  • Odd visual issues with Xorg

    Hey all, recently, after restarting post-upgrade, X loads my DE (Gnome), but fails to display it correctly. There are also quite a few visual artifacts. I've been running Arch on it for months, and I saw nothing in the update that would have broken a

  • If i buy an iphone from the iphone store will it already be set up to a carrier?

    If i buy an iphone from the iphone store will it already be set up to a carrier? So my mom knocked her iPhone 4 into the washer a while back and I was on her Verizon plan and switched to my boyfriends straight talk plan and got a Samsung Centra. So I

  • CME SIP phone outside call issue

    Dear all, i have cme version 9.1 on router 2921 with 7962 sccp phones and 3905 sip phone. when i place outside call ( to pstn) using the below dial peer, call is processed.  when the call is answered by the autoattendent of the called company ( assum

  • Applet does not start after Java 1.5 installation

    Hi, When I go to my webpage where I have an applet that requires Java 1.5..the browsers are prompting for Java installation (ActiveX component install on IE or Firefox plugin for JRE installation). But once the Java install completes the applet does

  • MapViewer Bean Feature Selection

    I have written a java applet that uses the Mapviewer bean to set up and render a map based on Oracle spatial data. So far, so good. I have written tools to Zoom in, Zoom out, Pan etc etc. I now need to extend this as follows: 1. Given the primary key