Java WAP Software

View 9129 business solutions
WAP Java Clear Filters

Browse free open source Java WAP Software and projects below. Use the toggles on the left to filter open source Java WAP Software by OS, license, language, programming language, and project status.

  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    MOVED TO: https://bitbucket.org/krennecke/femto-cms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Java library for encoding/decoding MMS messages. Also provides a simlpe client for sending MMS through a WAP gateway.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Framework for Java code generation of web applications is for the above framework mentawai, done to expedite the process of creating a project in Java technologies with the JPA, Hibernate, Mentawai, AJAX with DWR among others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    i-mode(iMode) is NTT DoCoMo's mobile internet acccess system. Now over 50% of ther world's wireless internet users are i-mode. This Project is i-mode mobile phone emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 5
    Projeto pra matéria Sistemas Distribuídos utilizando os conceitos de Web Service
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    WML taglib for WAP enabled devices. Based on struts-html 1.1b2 and 1.1b3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    wbxml4j is a Java class library for encoding and decoding WBXML (WAP Binary XML)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    51Degrees-Java

    51Degrees-Java

    Mobile Device Detection for Java - 4 Step Setup - 3 minutes

    Add mobile device detection to Java the easy way with 51Degrees.com. No cloud services, no external plug-ins, all Mozilla Public Licence source code. It's a great alternative to WURFL or DeviceAtlas. Also available on Maven. 1) Download the zip and extract. 2) Add the core JAR located in the "dist" directory to your java project. 3) Import the following packages: import fiftyone.mobile.detection.Match; import fiftyone.mobile.detection.Provider; import fiftyone.mobile.detection.factories.StreamFactory; 4) Use the following code to start detecting devices: //The Lite data file is provided with every archive. Provider p = new Provider(StreamFactory.create("path/to/data/file")); Match match = p.match("USERAGENT_STRING"); boolean isMobile = match.getValues("IsMobile").toBool(); if(isMobile) System.out.println("Mobile"); else System.out.println("Not mobile");
    Downloads: 1 This Week
    Last Update:
    See Project