How can I create a mobile application to connect with my php system

II have few question to ask all expert here :
1. Im using Netbeans IDE, how can I compile the .java file to .jar ?
2. Currently, I have created a point of sales application using php and I hope to create a Mobile application to connect with tis system. So, anyone can let me know what I need to start ?
3. Im using postgresql database, anyone here know how to connect with mobile application?

!. When you build java application in NetBeans (standard one) you just click 'Build' or 'Clean and Build' and your jar file is waiting for you inside 'dist' directory of your project
2. Connecting MIDP application to the server running PHP scripts is not a problem, just connect using simple HTTP with GET or POST and you are done, google on it!
3. You can connect to the database using some kind of PHP/JSP/ASP or whatever application you want and then using method from point 2 to send and retrive values, you can do it with web services as well, possibilities are endless
Hope this helps!
Kris

Similar Messages

  • How can I find exact username if I connected with sysdba privilege?

    I granted sysdba privilge to a database user. I can connect that user as sysdba. From that users session, 'show user' command showing "SYS" and also username from v$session is also showing "SYS". How can I find actual username used for connecting the database as sysdba?
    Steve Abraham

    user10247588 wrote:
    Thanks for the replay..
    But my requirement is that in our production system auditors want to give separate username for each administrators (they are not recommending sys and system).
    Normal dba privilege is not a problem. But for sysdba privilege every users are showing the user "SYS". How we can I identify which user is login to the database for a particular work if they connected as sysdba. How can I find which user did that (not just want the username "SYS", because all the administrators are identified by sys if they are connected as sysdba). If auditing is enabled how can I find the exact username. Because we are planning to give sysdba privilege to some of the administrators.
    Also, is there any option to find the username, if one user is initiate shutdown of the database?First Please close the thread and keep questioning in only one thread.
    then do not connect as sysdba

  • How can I create a mobile account in Mountain Lion?

    Dear All,
    I have a problem creating a mobile account while joining an Active Directory domain controller (DC).
    ** Case one: While joining the DC, if these options are selected (Create mobile account at login) & (Force local home directory on startup disk), the home directory can not be created at all.
    So, how can case one be solved?
    ** Case two: While joining the DC, if (Creat mobile account at login) is not selected, and (Force local home directory on startup disk) is selected, home directory can be creatded, but not as mobile account.
    So, After creating the home directory, I can go to make it mobile account from Users & Groups/Active Directory user and choose mobile account.
    after creating mobile account, the user loged out and then loged in back again. from here Mobile account botton is disabled and I can not manage it.
    So, How can the bold underline part of case two be solved?
    Note: Active directory used is Windows Server 2008.
    Regards,
    Abdelaal,

    What is a "fax dialog"?
    This dialog, or something closely resembling it, is what you should see:
    Clicking Print sends the fax.
    It is possible Acrobat is interfering with something, in which case you should get rid of it, unless you know of a reason to require it.

  • How can I create an adaptable full-width site with sliding parallax panel?

    Hi guys!
    I have to create a web site with a full-width resolution, adaptable with any monitor and resolution using some panels that moves using the parallax scroll-motion with a sliding effects.
    For example I nedd a site like "collecdiv.com" that works with the same effects and with an adaptable full-widht size page.
    Here's some screen I take of my site with a 22" 1920x1080 resolution and a 15" 1280x1024.
    The 4 tab I want to see in full width and in scroll motion parallax: four with a resolution of 22" and the other four with a resolution of 15" (the screen are made with paint to let you see what is the problem)
    In the first tab there's a slideshow widget with some photo, in the other tabs there's a rectangular form with an image fill... I have to see the same layout that I see in my 22" monitor, in other smaller or bigger monitor (like 15") just like in the "collecdiv.com" website... The Dimension of my muse file is 960px width
    How can i resolve the problem? How can I fix the screen so anyone else can see my site without problem and with all the resolution?
    Who can help me? PLEASE
    Thanks in advice
    Francesco
    P.S.: an advise... check the site "www.collecdiv.com" to see what I nedd

    I'm adding this screenshot so you can understand the problem... The 4 tab I want to see in full width and in scroll motion parallax: four with a resolution of 22" and the other four with a resolution of 15" (the screen are made with paint to let you see what is the problem)
    In the first tab there's a slideshow widget with some photo, in the other tabs there's a rectangular form with an image fill... I have to see the same layout that I see in my 22" monitor, in other smaller or bigger monitor (like 15") just like in the "collecdiv.com" website... The Dimension of my muse file is 960px width
    Pleas help me

  • ASA5510 , how can i create natpolicy for two DSL connections

    How can tell me how to configure our ASA to nat our to internetconnections, at the moment the first work fine,
    ISP1                        NAT
                            ASA5510      LAN
    ISP2                         NAT
    Regards

    Looks like you are trying to loadbalance the outbound traffic, if that's the case i would say true Load balancing is not possible on ASA, however below are the possible workaround options.
      1st  Option
    You can configure Dual ISP setup on the firewall which will provide redundancy among ISP, means if 1st ISP goes down the ASA will start routing traffic from the secondary ISP, below is the link for configuring the same.
    http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml
    2nd Option
    Lets take an example
    ASA----- ISP1 (1.1.1.2)
       |---------ISP2 (2.2.2.2)
    We  can force the traffic for the destination ports to be routed through secondary ISP, keeping both the ISP passing traffic at the same time.
    Following are the commands which will achieve it-
    route ISP1 0 0 1.1.1.2 //Default route pointing to ISP1
    route ISP2 0 0 2.2.2.2 2 //Default route with Metric 2 via ISP2
    static (ISP2,inside) tcp 0.0.0.0 80 0.0.0.0 80
    static (ISP2,inside) tcp 0.0.0.0 443 0.0.0.0 443
    sysopt noproxyarp inside
    nat (inside) 1 0 0
    global (ISP1) 1 interface
    global (ISP2) 1 interface
    Thats it !! Now all the traffic destined to any address on port 80/443 will be forcibly put on ISP2 interface and routed from there.
    Note: This stuff requires that we KNOW what the destination ports are, if there is some traffic which uses dynamic ports, like voice traffic we will have to route it via ISP1 and cannot make it route via ISP2.
    3Rd  Option
    ASA is not a  Load-balancer and if you want to do load balancing between ISPs  we cannot *truly* achieve this, but we may configure ASA in such a manner that traffic for some destination IP address is routed via ISP1 and some is routed via ISP2. Following would be configuration commands in this scenario-
    nat (inside) 1 0 0
    global (ISP1) 1 interface
    global (ISP2) 1 interface
    route ISP1 128.0.0.0 128.0.0.0 1.1.1.2
    route ISP2 0.0.0.0 128.0.0.0 2.2.2.2
    The first creates a default route that routes addresses with the first bit of 1 to 1.1.1.2 of ISP1.
    The second creates a default route that routes addresses with the first bit of 0 to 2.2.2.2 of ISP2.
    Note: This will do traffic routing based on *Destination* IP addresses and NOT based on traffic load. As I mentioned, ASA is NOT a LB.
    Please mark this as answered if your query is resolved.
    Faisal

  • How can I create a new excel workbook only with labview

    Hi everyone...
    I'm trying to create a new excel workbook only with labview but I can't find the file in the hard disk.
    Someone knows?
    Labview 8,0
    Attachments:
    Create new WB with LV.vi ‏18 KB

    You are not using the correct mechanism. Pull up the Example Finder in LabVIEW, click on the "Search" tab, and enter "Excel". Look for an example called "Write Table to XL". Use this as a starting point for creating new workbooks and adding data to it.
    Note: on disk the example is at <LabVIEW install directory>\examples\comm\ExcelExamples.llb.
    Message Edited by smercurio_fc on 06-05-2007 11:08 AM

  • How can I create a portal server authentication user with a batch

    hi,
    I am trying to import users into the portal server emulating the create user procedure as plumtree. What I cannot understand at the moment is which classes are involved in the sequence of creating a user.
    the problem starts from the fact that I have used a synch WS and it works but, being the table a dummy one and the users to be authenticated by the portal server, I couldn't use that synch as a definitive.
    I tryed using plumtree.server.CIPTUser class with no success. could not understand how to actually create the user after setting the parameters to the object.
    Is there any documentation explaining how to create the portal server emulation of create user. this could be usefull for all those cases when there is no central repository of user and passwords.
    thanks
    Mario

    This should get you started.
    IPTUser=IPTSession.GetUsers.Create(iAdminFolderID)
    IPTServerContext=IPTUser.GetInterFaces("IPTServerContext")
    IPTServercontext.Store
    This is a high level implementation. It should get you very close.
    thanks,
    Craig

  • How can I share my iPhone's wireless connection with my Mac?

    My iPhone is the only device I have that connects to the internet. I cannot use the personal hotspot option because I don't have the necessary plan, nor will I be getting it since it is extremely expensive. How can I share my iPhone's connection?

    Mac_Journal wrote:
    A different question then: Can I create a functioning wifi network from my Mac?
    Yes.
    -> OS X Mountain Lion: Create a computer-to-computer network
    Note: This will not allow you to connect your Mac to the internet via your iPhone (since you need a personal hotpost to share the internet with yrou Mac).

  • How can i check the devices which are connected with my AirPort Express?

    I saw an unknown device in the app 'Who Uses My Wifi?', how can i check it through AirPort Utility and can i remove this device by the app?

    Open AirPort Utility
    Hold down the option key on your Mac while you double click the picture of the AirPort router
    Currently connected wireless ciients will be displayed
    Don't forget about the wireless printer you might have, baby monitor, wireless thermostat and other items that connect using wireless. They will appear on your check.....not just computers or iPhones, etc.
    If you have 3 wireless devices, and you see 4 devices connected, you may have an unwanted guest.
    If you are using good wireless security, like WPA2 Personal, and a good password, it is extremely unlikely that another device will be on your network

  • How can I creat a mobile me account?

    Please, can anybody help me about this tema?

    iWeb offers alternative ways to publish your website...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and you can use one of the many hosting services...
    http://www.iwebformusicians.com/iWeb/Website-Hosting.html

  • How can I create a group of 5x3 buttons with a drop down meny that will slide down the 5 boxes beneath in Muse?

    I am making a porfoliosite in Muse, and want to show 5 x 3 thumbnails of my work that you can click on to see more of the same work. When you click I want a drop down box that will slide down the boxes beneath. Like on this page: http://rajoon.com/. Anyone that know how?

    Have you considered using CSS styled text/list menus instead of image rollovers.  It isn't hard really and it's actually a much better choice for   web accessibility and for search engines to find and follow your links.   Here are some links to several CSS menu systems you can try:
    CSS Express Drop-Down Menus (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How can I create a new game enter account with the same iTunes account

    I Created a separate gamec enter account for my two sons, I'd like to create one for my wife but I can't find a way to do it under ios8 can somebody help? Thanks

    Go to the System Preferences>Users.
    Click the lock if and enter your password, if necessary.
    Then click on the "+" symbol below the accounts list.
    From the "New Account" menu, select"Administrator" and fill in the rest of the information.
    And finally click the "Create Account" button.
    Done. A new Administrator user account.

  • How can I Create custom pop up dialog box with question/answer

    I need to create a pop up dialog box that asks a question and accepts an answer input.  The form needs to be able to be emailed out (not server based)  Can someone help me do this?  I am a designer,  with very (Very!) limited coding skills.   Looks like the windjack program that I keep running into does not work with Acrobat X.
    Thanks for any help you may have

    I am not able to help you with the current method you are using - which seems an odd one in that you are using a menu script to do this????
    I would have done the page completely differently - instead of slicing it up into a vastly complex table, I'd have added the image to the page and then used an imagemap.  Then I'd have used this script to add the popups (as toolitps) that you can be as simple or as complex as you wish: http://boxover.swazz.org/.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • How can I create a Lion USB Thumb Drive with the 11E2068 build?

    It seems that the Lion build from the Mac App Store is not compatible with my Macbook Pro Retina 15''. It's seems I would need the the build 11E2068 for my USB thumb drive to work properly.
    I don't want to go through the internet recovery and loose 8 hours.
    Is there anyway for my to get that build(11E2068) on my USB thumb drive?
    Thanks,

    keg55's given you article that allows you to capture the installer. These are the critical portions:
    Once that data has been downloaded, Lion Recovery restarts your Mac, immediately installs the OS, and then deletes the installer data. The trick is to interrupt that process—safely—so you can grab the installer data and keep it. Here are the steps to take:
    IMO, Apple needs to rethink this process. Unless users with machines that had Lion preinstalled, like yourself, let Apple know this process is terrible, they'll not change their minds.
    7.  IMPORTANT: Monitor the download’s progress. As the progress bar gets near the end, get ready, because once the status reads About 0 seconds remaining, the progress bar will disappear, the installer will spend a minute or two cleaning up, and then your Mac will restart. As soon as the screen goes dark, unplug your external drive. If you wait too long, your Mac will boot into the Mac OS X installer on that drive, starting the installation process. Interrupting that process can leave your Mac unable to install OS X unless you restart it and—I’m not joking—zap PRAM.

  • My iPad was stolen how can i find it if it not connect with network?

    help me please

    1. You need Find My iPad
    2. iPad must be on and connected to the internet
    Note: You can't track it if it is off

Maybe you are looking for

  • Converting an animated gif to avi.

    I am trying to import animated gifs into my iMovie. I was wondering if anyone knew how to import these with out using Quick Time Pro. Or if there is any shareware or freeware that would aid in this. Thanks for your help. PowerBook G4 15-inch   Mac OS

  • Report  S_ALR_87012086

    Hi All The out put of the Audit Report S_ALR_87012086 is not user friendly . Is there a way that this can be changed to AVL format , so that it can downloaded on Excel for better analysis. Thanks in advance for your inputs Farruqh

  • Profit centre in fbl1n & fbl5n

    Hi, In case of vendor or customer line item display, the profit centre is not showing. We have implemented GL Profit Centre concept rather than Business area concept. But now the question is when the client is asking any report on area wise vendor or

  • IdeaPad S100 does not start or charge

    Dear Lenovo, Last year on February 2nd, I bought a Lenovo IdeaPad S100 in Kuala Lumpur, Malaysia. I have used it almost every day and I am very happy with the product. Last Friday I tried to turn on the IdeaPad, but it did not do anything. It would n

  • Iphoto / elements workflow for shooting in RAW

    Sometimes I shoot in RAW and edit with photoshop elements. I will open picture in elements do my edited and save file in a folder on my desktop as a .jpeg or .tiff and then re-import into iphoto. Is that what other are doing or is their an easier wor