Email Registration with Flex/Java/MySql

Hi!
I'm developing a Flex/Java/BlazeDS  web application. The DBMS I'm using is MySql.
I'd like to kwow how could I make the user to register by email.
They'll have to fill some fields like:
ID Number
First Name
Last Name
Address
E-mail Address
Then they will get an e-mail confirmation, they will click in a link existing in the e-mail, and they will exist in the database, and they will be able to make login, and other operations over the Web.
Thanks

Here are some great links that will answer your question:
http://www.adobe.com/devnet/flex/flex_java.html
http://learn.adobe.com/wiki/display/Flex/Flex+and+Java
http://www.adobe.com/devnet/flex/articles/java_flex.html
http://www.javaworld.com/javaworld/jw-01-2009/jw-01-javaee-flex-1.html
If this post answers your question or helps, please mark it as such.

Similar Messages

  • Dashboard appln using Flex+Java+MySQL+BlazeDS

    I need to develop a Flex Dashboard application contaning Bar charts, pie charts, line charts which should display the data from MySql Database.
    These charts should be refreshed every 5 minutes. I am comfortable with Java as backend instead of PHP. Do I need to use BlazeDS?
    Can somebody suggest me how to develop this application or send me some sample working code?
    Thanks.

    For a Flex/Java/BlazeDS you can go to this blog http://coenraets.org/, there's a sample app named SalesBuilder that'll be very helpful for you I think. If you're looking for an example about the timer look at the docs what you need to do basically is add a timer setting the interval, add event listener when the timer gets the determined time and then call your services and so, then restart the timer.

  • Advice with Flex-Java

    Hi All,
    I need a little help, I'm starting with Flex and Java, I've experience with php-flex and i need to make a Flex-Java J2ee application using MySql and store procedures... and what i'm asking is that you put me on the right position...
    where can i start ... please tell me what to use i'm totally lost.. on this... what can i use.... please give me any advice....
    Well i'll wait for all your advices....
    Thanks a Lot.... and regards...
    Cesar Glez.

    Here are some great links that will answer your question:
    http://www.adobe.com/devnet/flex/flex_java.html
    http://learn.adobe.com/wiki/display/Flex/Flex+and+Java
    http://www.adobe.com/devnet/flex/articles/java_flex.html
    http://www.javaworld.com/javaworld/jw-01-2009/jw-01-javaee-flex-1.html
    If this post answers your question or helps, please mark it as such.

  • Java with flex

    Hi
    I am new to Flex .
    Do any one know how to develope an application with flex , java and database connection.
    I have FLEX SDK 3.1
    MySQL 5
    jdk 1.5
    whether any thing else required for developing the application.
    Plz help.
    Its Urgent

    Hi,
    Flex3, MySQL5 and jdk 1.5 should be fine.
    Though I have not worked with flex with MySQL combination, I have used the
    - Flex2/3
    - MSSQL2005/ Oracle9i/ HSQLDB/ Apache Derby
    - jdk1.5(update 4)/1.6
    combinations.
    But I think you may need jdk1.6 for flex3. Also if affordable, go for Flex Builder - will make your UI creation easy.
    Hope this helps.

  • Mysql connection with flex

    how can i build a simple and add cart application with flex
    and mysql ineed step by step instruction. in ur smaples u defind
    some server path which one i need to edit for my application . and
    one more how can i uplode all these files to my server

    mysql part you still need to do on server side with whatever
    scripting language you have on server, you can actually use
    RealBasic to make it as CGI for multiple platforms....

  • Host for Flex/Java projects?

    Can someone recommend a hosting service for Flex/Java MySQL applications (and probably a blog)? I'm creating a portfolio of Flex apps and need some recommendations
    Thanks!

    http://www.fasthit.net/index.cfm/hosting/plan.comparisonMX7

  • Java mysql OK with Terminal but not OK with Apache local web server

    With terminal I have :
    CLASSPATH=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/:/Library/Java/Extensions/:./
    SUDO_GID=20
    SECURITYSESSIONID=210800
    _=/usr/bin/printenv
    127:/Library/WebServer/Documents/Java root# java TestMySQL
    2006-05-21 13:39:00.0 ************************************************** = OK
    127:/Library/WebServer/Documents/Java root#
    import java.sql.*;
    * mysql-connector-java-3.1.12-bin.jar
    *   % javac /Library/WebServer/Documents/Java/TestMySQL.java
    *   % java TestMySQL
    public class TestMySQL {
            public static void main(String argv[]) throws Exception {
                    // Load the driver class
                    Class.forName("org.gjt.mm.mysql.Driver");
    1                //Class theClass = null;
    2               //try {
    3                //    theClass = Thread.currentThread().getContextClassLoader().loadClass("org.gjt.mm.mysql.Driver");
    4                //}
    5                //catch (ClassNotFoundException e) {
    6                //    theClass = getClass().getClassLoader().loadClass("org.gjt.mm.mysql.Driver");
    7                //}
                    Connection conn = DriverManager.getConnection(
                            "jdbc:mysql:///test",
                    Statement stmt = conn.createStatement();
                    ResultSet rset = stmt.executeQuery("SELECT now();");
                    while (rset.next()) {
                            System.out.println(rset.getString(1));
                    // Close result set, statement and DB connection
                    rset.close();
                    stmt.close();
                    conn.close();
    }I have a simple TestMySQL.html file with applet TestMySQL.class in it.
    Nothing but "Applet TestMySQL not inited"
    When I uncomment the try/catch lines (lines 1 to 7) , java compiler generate an error... near getClass().getClassLoader().loadClass("org.gjt.mm.mysql.Driver");
    With "Class.forName("org.gjt.mm.mysql.Driver");" no problem.
    Running MacOS X 10.3.9, Apache/1.3.33 (Darwin) PHP/4.4.1 mod_ssl/2.8.24 OpenSSL/0.9.7i and JVM 1.4.2_09
    Thanks for help.
    P.S. This my first approach to java/mysql but I would like to see this short program running on my local web server ...
    Thanks.

    hi :-)
    can you post the stack trace?
    im not sure what is causing the error because of less info,
    but have you tried to copy the driver of mysql to tomcat lib folder?
    regards,

  • Problems with email form in Flex

    I've been scouring the web for an email form in Flex for several days now and am stuck because of what I think are these several areas.
    Setting up the back end - I am running wamp server 2.0 on my devolping machine and have a Windows 2008 Server with PHP set up at my disposal as well.  Most of the tutorials I've come across don't go over these configurations, I've figured a few things out, but am still rather in the dark and am unsure what I've learned is accurate.  Here are a couple questions:
    How do I set up the Flex Build Path.  For example I have a folder created in the www directory of the wamp server named mailform where I tell the HTTPService's url property to post to a php file named 'mail.php'  So would this be correct?
    <mx:HTTPService 
    id="emailService" url="http://localhost/mailform/mail.php"
    method="POST" resultFormat="xml" result="emailResult()" useProxy="false"/>  
    Do I need to change values in wamp's php.ini file.  From what I've found smtp_server, smtp_port, and php_openssl need to be changed.
    Do I need to open up a port on my router (25)?
    Would I need to use an alternative app like PEAR: Mail or phpMailer.  For testing purposes I'm using my gmail account, the client's site this is for uses a bellsouth.net account.
    2. Are problems still persisting with Flash Player 10, like illustrated in this thread: http://www.actionscript.org/forums/showthread.php3?t=196454  As msfx pointed every email form example I've downloaded, there've been many, I have not been able to get to work.  Yet as you can tell there are probably other issues I need to take care of as well.
    Please point me in any direction(s) that will help, am open to all suggestions, would just like to get a working email form done in flex so I can finish the client's site.  Thank you.

    "italiantometa" <[email protected]> wrote in
    message
    news:gk5em7$3s7$[email protected]..
    > Hi Amy,
    >
    > This isn?t spam and I hope you get the email. The tilt
    viewer is a
    > component
    > that allows the images on the screen to be moved about
    from a central
    > point in
    > a see-saw fashion ? kind of like a flat panel can be
    tilted
    > up/down/left/right.
    > I?m looking for someone with FLEX, AS2 and AS3
    experience to take a look
    > at
    > this and fix it for us. Interested?
    Is this a Flash component or a Flex component? What's the
    issue?

  • Replacing WebDynpro for Java with Flex 3 Apps

    Hi there, I am new in developing Flex 3 app.
    I know how to use web Services with Flex and so on. But the my question how can I replace WebDynpro Apps in SAP NetWeaver portal. What do I have to do?
    How can I integrate Flex App in Portal without using the Visual Composer?
    Best regards Jay

    Hi Jan,
    Below check the below weblog. It may help you.
    Using Flex in SAP Web applications (without Adobe Flash Islands)
    Raghu

  • Help Required with Enterprise Java Trainings

    Conference and Workshop on Java Enterprise, Agile, JDK, Mobile, Spring, BPEL, EJB 3, Eclipse, Java EE, Cloud Computing and more..
    If you work on Java there�s no way you can afford to miss the Daring Java Conference @ Developer Summit 2008, being held May 22-23 in Bangalore. And there�s no reason to either. The first-of-its-kind conference offers the ultimate value of leading-edge skills and luminary speakers from the works over. From frameworks and middleware technologies to Open Source Java, Java Mobile, and real time technologies, you will come back to work more productive and valuable to your company. So if you�re keen on taking your knowledge and your capabilities beyond mere industry standards, you know where you need to be!
    To know more about the benefits and the registration procedure visit the summit on the Web *http://developersummit.com/conference.html#jav [http://developersummit.com/conference.html#java] a*.
    On May 23 2008, Java technology transitions into teenage years. Celebrate this achievement at the �Java Teenage Party� on the evening May 23, which will conclude the Daring Java conference.
    You will not find talks of this caliber at other events. Some very good speakers are already lined up (*http://developersummit.com/speakers.htm [http://developersummit.com/speakers.html] l*)
    �     The Future of Enterprise Java by Jim Farley
    �     Building Java-based Cloud Architectures by Amazon's Jinesh Varia
    �     Using Persistent Java Objects in Multiple Tiers by Craig Russell
    �     Enterprise Mashups Using Java by Greg Murray
    �     Java Performance Tooling by Holly Cummins
    �     Beginning Drools - Rule Engines in Java by Brian Sam-Bodden
    �     Develop Secured Ajax Applications by Olivier Poupeney
    �     Leveraging Open Source in Java EE Projects by Peter Thomas
    �     Web Services Development in Java without JEE by Sanjaya Karunasena
    �     Ajax and Comet: Implementing the Real-Time Web by Alessandro Alinone
    �     EJB 3 Java Persistence API in Action by Deb Panda
    The workshops include:
    �     Workshop: Rich Internet Applications with Flex and Java
    �     Workshop: Master Class: The Elements of User Experience
    �     Workshop: SQL Server 2008 Deep Dive
    �     Workshop: Java Data Objects Tutorial
    �     Workshop: Wicket, Spring and Hibernate: Putting It all Together
    �     Workshop: Harnessing Domain-Specific Languages (DSLs)
    �     Workshop: Parachuting Into Brownfields
    �     Workshop: Acceptance Test-Driven Development
    You can register online: *http://developersummit.com/registration.htm [http://developersummit.com/registration.html] l*
    Thanks,
    #3/18, Corporation Buildiing, Residency Road, Bangalore - 560 025
    ph +91 80 4005 1000 Fax: +91 80 2221 0148 Email: *[email protected] [[email protected]] m*
    Conference venue: J N Tata Auditorium IIsc, Bangalore- 560025

    People, Do register

  • Pl help,i need to validate the data in UI with my database-mysql

    Hello All,
    pl help.
    i'm a newbie with jdbc and mysql
    i'll tell my requirment -i need to check whether the email id in the UI matches with the email id in the db,if the email id exists,i need to find its eid(eid is t priamary key,auto_increment),i've set my email id to be unique key...
    so if the email id matches with the email id in the db,i should get the eid,other wise ,need to insert the email id in the user_table...pl help me with the code.i'm working using exadel and java...need t code 2 do this in java
    pl..pl

    The user comes to the UI and enters the email address and he hits on submit button .... (if i am right)
    it is a simple task of passing the value from jsp to action class and do those operation.
    Can u provide the code that u have wriiten... so that i can help u !!!!

  • Getting started with Flex ...

    Hi All,
    I've been looking a Flex over the last couple of weeks and have managed to setup a couple of basic projects that can read data from a mySQL database etc...  However when it comes to understanding some of the more advanced frameworks and options to use with Flex it starts to get very overwhelming.
    Does anyone have any pointers/suggestions for good material (online or books etc) to start with Flex.  I come from an Oracle Forms development background and in terms of setting up an application with a connection to a database Oracle Forms seems to a lot simplier than building a Flex database application (although the functionality of Oracle Forms as a lot more limited than Flex/Flash).
    I have taken a look at a the book Enterprise Development with Flex: Best Practices for RIA Developers (Adobe Dev Lib)http://www.amazon.com/Enterprise-Development-Flex-Practices-Developers/dp/059615416X/ref=s r_1_6?s=books&ie=UTF8&qid=1319581262&sr=1-6 by Yakov Fain, Victor Rasputnis and Anatole Tartakovsky (Mar 30, 2010), however the very first code example in the book appears to be dated and I'm having trouble getting it to work and finding the appropriately dated source files for the example project.
    I have also taken a quick look at Adobe Flex 4.5 Fundamentals: Training from the Source by Michael Labriola and Jeff Tapper (Aug 5, 2011) which appears to be a bit more recent, however I am not sure how much is covered regarding database connections to databases like mySQL and Oracle.
    Any suggestions on the best learning materials available would be really helpful.  At the moment it feels like I need to be an expert in Flex, MXML, ActionScript, Java, Spring, Hibernate, AMF, Maven, BlazeDS etc etc just to be able to create a simple database centric application (aarrgghh).
    Ideally I would love to be able to find a recent tutorial that goes through the building a relatively advanced Flex database centric application, that includes information about building a database based login/authentication system (without having to use PHP), and database controlled/stored main menu system and a system for modular sub tabs/screens/programs within a main application.
    Regards,
    Leigh.

    Thanks everyone for the replies.  I guess I'm a bit lazy when it comes to reading up on a technology I am not familiar with :-) .  What makes things worse is the Oracle Forms Builder IDE is very highly coupled to the Oracle database and therefore there is no requirement to know or understand the language or technology under hood (other than PL/SQL), Oracle takes care of that within the IDE and the Forms Java Bean (deployed by default with a middleware installation of Oracle application server).
    @dwaynie Started working through the Flex in a week video training yesterday.  Its really good and probably the best place for me to start as it goes over a lot of the assumed knowledge regarding Flex, MXML and AS (stuff I have probably glossed over up until now)
    @Mansuro noticed that spring has a dedicated page on the Flex/Flash plaform site so I'll probably look into this more down the track.  I guess the thing I am little confused about is that there are many examples online that integrate Spring + Hibernate + Maven + Java etc etc, I guess each framework has different features that the others don't and therefore all can be used at once, or does each one offer a completely different service?  More reading is required here I think.

  • Flex / Java Developer Needed

    Brilig (www.brilig.com) is a fun and exciting startup who are changing the world of online advertising. We are currently looking for a talented and energetic Flex/Java developer to join our team for the key role of front end interface developer. We are located in Manhattan and candidate needs to work onsite. Candidates must be able to work independently and take ownership of their domain. This role may lead to a full-time position as the company expands.
    Experience:
    3 years Flex Builder/Actionscript 3 experience
    At least 5 years Java experience
    Wicket a strong plus
    Experience with Eclipse, Maven, Jetty, Hibernate and SVN a plus
    Any web design experience a plus
    Please include:
    Contract rate
    Availability
    PLEASE NOTE:
    US citizens and Green Card Holders and those authorized to work in the US only. We are unable to sponsor or transfer H-1B candidates.
    Contact:
    Alex Levin, COO
    [email protected]
    About Brilig
    The online advertising industry is in the midst of a disruptive transition from untargeted ad 'space' buys to sophisticated targeted 'audience' buys. While there are many different kinds of data that can be used individually to target consumers, there is currently no way to combine them to get a complete view of a unique consumer.
    The problem is compounded by the fact that audience data exists in different forms, in thousands (maybe millions) of unconnected databases. Brilig is in the business of weaving online audience information together from any data source, wherever it is located. Our service provides a seamless way for publishers (audience sellers) to make their segments available for sale to the open market. Using Brilig, marketers, agencies and behavioral targeters (audience buyers) can access, analyze and combine these audience segments to find lift hidden within the intersection of them and transfer that lift to their online advertising campaigns.

    hi ,i am interested in your project ,i have 3 year's flex experience.please
    tell me more about it.
    eirc

  • Getting started with Flex - J2EE

    Hello Folks,
    In advance, I already want to thank all of you willing to take the time to read this, or even reply :)
    Furthermore, I'm not 100% sure this is the correct location to ask these questions, but so far I've had a perfect experience concerning Questions I posted here :-)
    Anyway, here's my current situation.
    I've got Eclipse Europa (3.3) with the Flex 3 plugin.
    I've got Tomcat 6 with the LiveCycle Data Services.
    I've got some experience in coding Java classes, contacting Databases (I currently would like to use MySQL) and wiring it all with Spring/Toplink etc...
    Anyway, I'm a bit lost when trying to do the following:
    I want to create a webbased database management thingie. Easy mode. One table, 2 fields etc...
    However, I'm completely lost at how to start.
    I'm perfectly capable to create my Bean, Dao, DaoImpl and even a service layer above that which gives access to my Dao.
    Other then that I'm, after some nice tutorials, capable in creating my FLEX-Gui to show it all.
    What's the problem then?
    Well, I have no idea what I need to do with my Java classes to make sure I can use them in my Flex App...
    How do I need to create the war that needs to be deployed on my Tomcat?
    Do I "NEED" to create JSP pages?
    What is needed in my Service Layer to make it accessible by Flex?
    What do I need to add in my Flex project to use that War? I need to point towards a 'war-location' when creating a J2EE based Flex application in Eclipse...
    Anyway, I hope the explanation and the questions are clear enough and not too 'noob-like' :)
    Lastly, I just want to add, that I've read chapter 5 in the "RIA with Adobe Flex and Java" book by Bruce Eckel, but he starts with a ready to use WAR so that doesn't help either :)
    Any replies appreciated!
    Regards,
    P�eter

    No. I didn't define it, because the lesson didn't ask me to.
    I have however, since receiving your message, tried hard coding it,
    but that doesn't work either. What is port 2037 anyway?

  • JDBC Java- mysql problem help!

    Hi, I wnat to connect to mySQL fromo Java, I followed all the instructions from the mySql web page, yet I havent been able to do it, when I compile the java progrm I keep getting class not found exceptions, I am using Fedora Core and Java was already installed-well I chose to install it when I installed the operating system, the point is that the paths are all assigned by he system not by me.
    WHat can I do?, Ive been trying over andover again with no results, hopefully somebody can help, I tried to include all the configuration in this email,
    thank you
    my java program is the following:
    t.java
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class t {
    public static void main (String[] args) {
    System.out.println("Hello, world!\n");
    Class.forName("com.mysql.jdbc.Driver");
    when I javac t.java
    I have the following error
    4. ERROR in t.java
    (at line 11)
    Class.forName("com.mysql.jdbc.Driver");
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Unhandled exception type ClassNotFoundException
    when I comment out the Class.forName the hello world rogram runs fine
    when I vi /etc/java java.conf this is the result
    # System-wide Java configuration file -- sh --
    # JPackage Project [www.jpackage.org]
    # Location of jar files on the system
    JAVA_LIBDIR=/usr/share/java
    # Location of arch-specific jar files on the system
    JNI_LIBDIR=/usr/lib/java
    # Root of all JVM installations
    JVM_ROOT=/usr/lib/jvm
    # You can define a system-wide JVM root here if you're not using the default one#JAVA_HOME=$JVM_ROOT/java-gcj
    # Options to pass to the java interpreter
    JAVACMD_OPTS=
    ~
    [root@localhost test]# echo $PATH
    /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    echo $JAVA_HOME
    it contains nothing
    ls /usr/share java*
    java
    java-1.3.0
    java-1.4.0
    java-1.4.1
    java-1.4.2
    java-1.5.0
    javadoc
    java-ext
    java-utils
    mysql-connector-java-3.1.13-bin.jar is under
    /usr/share/java
    in /etc/profile I have:
    export CLASSPATH=$CLASSPATH:/usr/share/java/mysql-connector-java-3.1.13-bin.jar
    in /root/.bash_profile i have
    CLASSPATH=/usr/share/java/mysql-connector-java-3.1.13-bin.jar:/usr/lib/java-ext/mysql-connector/mysql-connector-java-3.1.13-bin.jar
    export CLASSPATH
    when I echo $PATH i have
    /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin

    Thanks duff,
    The driver seems to be found
    when I run
    public class t {
    public static void main (String[] args) {
    try
    System.out.println("Hello, world!\n");
    Class.forName("com.mysql.jdbc.Driver");
    System.out.println("MySQL Driver Found");
    catch (ClassNotFoundException e)
    System.out.println("MySQL Driver NOT Found");
    e.printStackTrace();
    I feel somehow ive been focusing in the wrong side of the problem due to my ignorance in Java. Please help me to understand, the reson for which ithe runtime was telling me that there was an unhandled exception was because it is a requirement to handle all exceptions of this kind? why wouldnt it cmplain if I jst did the hello world without any exception handling, maybe because it is a requirement in the Class.forName...
    the other question is, is the message I was obtaining completely independent of the fact that the class was or was not found?
    Maybe, I should go with these questions to the newbies forum...
    thanks

Maybe you are looking for

  • Possible Video Card problem while running 3d applications on wine

    Hello guys, I got an issue with wine running 3d games/applications on the netbook and I thought this was the right place to post, since I'm pretty new to Arch, sorry if I messed something up with the sections. Long story short: The applications/games

  • Archive Generation in RAC environment.

    Gems, I have one doubt it was not able to solve from my mind i.e. As per my knowledge, 1) Every instance has its own thread so Thread is instance specific. My questions are, How the SCN will be maintained in ARCHIVES? will thread 1 & thread2 contains

  • Sample XML/XCBL for marketsite

    Hello! Can anyone copy and paste a sample Orders XML/XCBL that is sent from XI (Marketplace) adapter and successfully processed in the destination? Currently, the output sent by XI does not seem to want to get successfully processed in the marketsite

  • Adobe CS causing Yosemite to crash

    Hello, I bought 2 new iMacs and they are both constantly crashing while using Adobe CS products. It has happened with Illustrator, In Design, and Photoshop. These machines came with Yosemite (10.10.2) and were not upgraded from Mavericks. Any help wo

  • From hostname to ip

    Hi, A few months ago a colleague of mine has set up a Grid Control. Now they want to change the current hostname of the server and in the future it will be changed again... Is it possible to switch to using IP's instead of hostnames? I mean, is there